Html Css Color HEX #99597C Strikemaster

📋 copy color: '#99597C'

red 153 ◦ green 89 ◦ blue 124

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

Shades of Strikemaster #99597C

Tints of Strikemaster #99597C

RGB

 RED value IS 153 (60.16% from 255) = 41.8%

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

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

R = 41.8%
G = 24.32%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#99597C (or 0x99597C) is known color: Strikemaster. HEX triplet: 99, 59 and 7C. RGB value is (153,89,124). Sum of RGB (Red+Green+Blue) = 153+89+124=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #99597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99597C is #66A683. Grayscale: #707070. Windows color (decimal): -6727300 or 8149401. OLE color: 8149401.

HSL color Cylindrical-coordinate representation of color #99597C: hue angle of 327.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99597C is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 89 124 -
CMYK 0 0.42 0.19 0.4
HSL 327.19º 0.26% 0.47% -
HSV(B) 327.19º 0.42% 0.6% -
XYZ 20.35 15.37 20.96 -
YUV 112.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 153 89 124 0 0.42 0.19 0.4 327.19 0.26 0.47
Hex 99 59 7C 0 2A 13 28 147 1A 2F
Octal 231 131 174 0 52 23 50 507 32 57
Binary 10011001 1011001 1111100 0 101010 10011 101000 101000111 11010 101111

Color Harmonies of #99597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99597C

Black with #99597C

Text Example


Text Example

White with #99597C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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