Html Css Color HEX #96617E Strikemaster

📋 copy color: '#96617E'

red 150 ◦ green 97 ◦ blue 126

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

Shades of Strikemaster #96617E

Tints of Strikemaster #96617E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.01%

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

R = 40.21%
G = 26.01%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96617E (or 0x96617E) is known color: Strikemaster. HEX triplet: 96, 61 and 7E. RGB value is (150,97,126). Sum of RGB (Red+Green+Blue) = 150+97+126=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 126 (49.61% from 255 or 33.78% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96617E is #699E81. Grayscale: #747474. Windows color (decimal): -6921858 or 8282518. OLE color: 8282518.

HSL color Cylindrical-coordinate representation of color #96617E: hue angle of 327.17º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96617E is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 126 -
CMYK 0 0.35 0.16 0.41
HSL 327.17º 0.21% 0.48% -
HSV(B) 327.17º 0.35% 0.59% -
XYZ 20.62 16.54 21.84 -
YUV 116.15 133.56 152.14 -
System Red Green Blue C M Y K H S L
Decimal 150 97 126 0 0.35 0.16 0.41 327.17 0.21 0.48
Hex 96 61 7E 0 23 10 29 147 15 30
Octal 226 141 176 0 43 20 51 507 25 60
Binary 10010110 1100001 1111110 0 100011 10000 101001 101000111 10101 110000

Color Harmonies of #96617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96617E

Black with #96617E

Text Example


Text Example

White with #96617E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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