Html Css Color HEX #95497A Strikemaster

📋 copy color: '#95497A'

red 149 ◦ green 73 ◦ blue 122

#95497A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Strikemaster #95497A

Tints of Strikemaster #95497A

RGB

 RED value IS 149 (58.59% from 255) = 43.31%

 GREEN value IS 73 (28.91% from 255) = 21.22%

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 43.31%
G = 21.22%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#95497A (or 0x95497A) is known color: Strikemaster. HEX triplet: 95, 49 and 7A. RGB value is (149,73,122). Sum of RGB (Red+Green+Blue) = 149+73+122=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95497A is #6AB685. Grayscale: #656565. Windows color (decimal): -6993542 or 8014229. OLE color: 8014229.

HSL color Cylindrical-coordinate representation of color #95497A: hue angle of 321.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95497A is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 122 -
CMYK 0 0.51 0.18 0.42
HSL 321.32º 0.34% 0.44% -
HSV(B) 321.32º 0.51% 0.58% -
XYZ 18.29 12.56 19.87 -
YUV 101.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 149 73 122 0 0.51 0.18 0.42 321.32 0.34 0.44
Hex 95 49 7A 0 33 12 2A 141 22 2C
Octal 225 111 172 0 63 22 52 501 42 54
Binary 10010101 1001001 1111010 0 110011 10010 101010 101000001 100010 101100

Color Harmonies of #95497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95497A

Black with #95497A

Text Example


Text Example

White with #95497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95497A; }

 p { color: rgb(149,73,122); }

 H1.HeaderClassName
 {
   color: #95497A;
 }
 .AnyTagClassName
 {
   color: #95497A;
 }
</style>

background-color css

<style>
 a { background-color: #95497A; }

 a { background-color: rgb(149,73,122); }

 div.DivClassName
 {
   background-color: #95497A;
 }
 .BgClassName
 {
   background-color: #95497A;
 }
</style>

border-color css

<style>
 span { border-color: #95497A; }

 span { border-color: rgb(149,73,122); }

 td.TdClassName
 {
   border-color: #95497A;
 }
 .TagClassName
 {
   border-color: #95497A;
 }
</style>