Html Css Color HEX #96597F Strikemaster

📋 copy color: '#96597F'

red 150 ◦ green 89 ◦ blue 127

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

Shades of Strikemaster #96597F

Tints of Strikemaster #96597F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.32%

 BLUE value IS 127 (50% from 255) = 34.7%

R = 40.98%
G = 24.32%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96597F (or 0x96597F) is known color: Strikemaster. HEX triplet: 96, 59 and 7F. RGB value is (150,89,127). Sum of RGB (Red+Green+Blue) = 150+89+127=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 127 (50% from 255 or 34.70% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #96597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96597F is #69A680. Grayscale: #6F6F6F. Windows color (decimal): -6923905 or 8346006. OLE color: 8346006.

HSL color Cylindrical-coordinate representation of color #96597F: hue angle of 322.62º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96597F is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 89 127 -
CMYK 0 0.41 0.15 0.41
HSL 322.62º 0.26% 0.47% -
HSV(B) 322.62º 0.41% 0.59% -
XYZ 19.98 15.16 21.95 -
YUV 111.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 150 89 127 0 0.41 0.15 0.41 322.62 0.26 0.47
Hex 96 59 7F 0 29 F 29 143 1A 2F
Octal 226 131 177 0 51 17 51 503 32 57
Binary 10010110 1011001 1111111 0 101001 1111 101001 101000011 11010 101111

Color Harmonies of #96597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96597F

Black with #96597F

Text Example


Text Example

White with #96597F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96597F; }

 p { color: rgb(150,89,127); }

 H1.HeaderClassName
 {
   color: #96597F;
 }
 .AnyTagClassName
 {
   color: #96597F;
 }
</style>

background-color css

<style>
 a { background-color: #96597F; }

 a { background-color: rgb(150,89,127); }

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

border-color css

<style>
 span { border-color: #96597F; }

 span { border-color: rgb(150,89,127); }

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