Html Css Color HEX #96497E Strikemaster

📋 copy color: '#96497E'

red 150 ◦ green 73 ◦ blue 126

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

Shades of Strikemaster #96497E

Tints of Strikemaster #96497E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.1%

R = 42.98%
G = 20.92%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96497E (or 0x96497E) is known color: Strikemaster. HEX triplet: 96, 49 and 7E. RGB value is (150,73,126). Sum of RGB (Red+Green+Blue) = 150+73+126=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #96497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96497E is #69B681. Grayscale: #656565. Windows color (decimal): -6928002 or 8276374. OLE color: 8276374.

HSL color Cylindrical-coordinate representation of color #96497E: hue angle of 318.7º 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 #96497E is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 73 126 -
CMYK 0 0.51 0.16 0.41
HSL 318.7º 0.35% 0.44% -
HSV(B) 318.7º 0.51% 0.59% -
XYZ 18.73 12.76 21.21 -
YUV 102.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 150 73 126 0 0.51 0.16 0.41 318.7 0.35 0.44
Hex 96 49 7E 0 33 10 29 13F 23 2C
Octal 226 111 176 0 63 20 51 477 43 54
Binary 10010110 1001001 1111110 0 110011 10000 101001 100111111 100011 101100

Color Harmonies of #96497E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96497E

Black with #96497E

Text Example


Text Example

White with #96497E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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