Html Css Color HEX #96597C Strikemaster

📋 copy color: '#96597C'

red 150 ◦ green 89 ◦ blue 124

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

Shades of Strikemaster #96597C

Tints of Strikemaster #96597C

RGB

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

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

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

R = 41.32%
G = 24.52%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96597C (or 0x96597C) is known color: Strikemaster. HEX triplet: 96, 59 and 7C. RGB value is (150,89,124). Sum of RGB (Red+Green+Blue) = 150+89+124=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #96597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96597C is #69A683. Grayscale: #6F6F6F. Windows color (decimal): -6923908 or 8149398. OLE color: 8149398.

HSL color Cylindrical-coordinate representation of color #96597C: hue angle of 325.57º 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 #96597C is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 89 124 -
CMYK 0 0.41 0.17 0.41
HSL 325.57º 0.26% 0.47% -
HSV(B) 325.57º 0.41% 0.59% -
XYZ 19.79 15.08 20.94 -
YUV 111.23 135.21 155.65 -
System Red Green Blue C M Y K H S L
Decimal 150 89 124 0 0.41 0.17 0.41 325.57 0.26 0.47
Hex 96 59 7C 0 29 11 29 146 1A 2F
Octal 226 131 174 0 51 21 51 506 32 57
Binary 10010110 1011001 1111100 0 101001 10001 101001 101000110 11010 101111

Color Harmonies of #96597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96597C

Black with #96597C

Text Example


Text Example

White with #96597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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