Html Css Color HEX #96497C Strikemaster

📋 copy color: '#96497C'

red 150 ◦ green 73 ◦ blue 124

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

Shades of Strikemaster #96497C

Tints of Strikemaster #96497C

RGB

 RED value IS 150 (58.98% from 255) = 43.23%

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

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 43.23%
G = 21.04%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96497C (or 0x96497C) is known color: Strikemaster. HEX triplet: 96, 49 and 7C. RGB value is (150,73,124). Sum of RGB (Red+Green+Blue) = 150+73+124=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #96497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96497C is #69B683. Grayscale: #656565. Windows color (decimal): -6928004 or 8145302. OLE color: 8145302.

HSL color Cylindrical-coordinate representation of color #96497C: hue angle of 320.26º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96497C is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 73 124 -
CMYK 0 0.51 0.17 0.41
HSL 320.26º 0.35% 0.44% -
HSV(B) 320.26º 0.51% 0.59% -
XYZ 18.6 12.7 20.54 -
YUV 101.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 150 73 124 0 0.51 0.17 0.41 320.26 0.35 0.44
Hex 96 49 7C 0 33 11 29 140 23 2C
Octal 226 111 174 0 63 21 51 500 43 54
Binary 10010110 1001001 1111100 0 110011 10001 101001 101000000 100011 101100

Color Harmonies of #96497C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96497C

Black with #96497C

Text Example


Text Example

White with #96497C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96497C; }

 p { color: rgb(150,73,124); }

 H1.HeaderClassName
 {
   color: #96497C;
 }
 .AnyTagClassName
 {
   color: #96497C;
 }
</style>

background-color css

<style>
 a { background-color: #96497C; }

 a { background-color: rgb(150,73,124); }

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

border-color css

<style>
 span { border-color: #96497C; }

 span { border-color: rgb(150,73,124); }

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