Html Css Color HEX #9C597C Strikemaster

📋 copy color: '#9C597C'

red 156 ◦ green 89 ◦ blue 124

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

Shades of Strikemaster #9C597C

Tints of Strikemaster #9C597C

RGB

 RED value IS 156 (61.33% from 255) = 42.28%

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

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

R = 42.28%
G = 24.12%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9C597C (or 0x9C597C) is known color: Strikemaster. HEX triplet: 9C, 59 and 7C. RGB value is (156,89,124). Sum of RGB (Red+Green+Blue) = 156+89+124=369 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.28% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 156 - color contains mainly: red. Hex color #9C597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C597C is #63A683. Grayscale: #707070. Windows color (decimal): -6530692 or 8149404. OLE color: 8149404.

HSL color Cylindrical-coordinate representation of color #9C597C: hue angle of 328.66º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C597C is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 89 124 -
CMYK 0 0.43 0.21 0.39
HSL 328.66º 0.27% 0.48% -
HSV(B) 328.66º 0.43% 0.61% -
XYZ 20.92 15.67 20.99 -
YUV 113.02 134.2 158.65 -
System Red Green Blue C M Y K H S L
Decimal 156 89 124 0 0.43 0.21 0.39 328.66 0.27 0.48
Hex 9C 59 7C 0 2B 15 27 149 1B 30
Octal 234 131 174 0 53 25 47 511 33 60
Binary 10011100 1011001 1111100 0 101011 10101 100111 101001001 11011 110000

Color Harmonies of #9C597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C597C

Black with #9C597C

Text Example


Text Example

White with #9C597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C597C; }

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

 H1.HeaderClassName
 {
   color: #9C597C;
 }
 .AnyTagClassName
 {
   color: #9C597C;
 }
</style>

background-color css

<style>
 a { background-color: #9C597C; }

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

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

border-color css

<style>
 span { border-color: #9C597C; }

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

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