Html Css Color HEX #9C5A79 Strikemaster

📋 copy color: '#9C5A79'

red 156 ◦ green 90 ◦ blue 121

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

Shades of Strikemaster #9C5A79

Tints of Strikemaster #9C5A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.52%

 BLUE value IS 121 (47.66% from 255) = 32.97%

R = 42.51%
G = 24.52%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C5A79 (or 0x9C5A79) is known color: Strikemaster. HEX triplet: 9C, 5A and 79. RGB value is (156,90,121). Sum of RGB (Red+Green+Blue) = 156+90+121=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5A79 is #63A586. Grayscale: #717171. Windows color (decimal): -6530439 or 7953052. OLE color: 7953052.

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

Color convert

RGB 156 90 121 -
CMYK 0 0.42 0.22 0.39
HSL 331.82º 0.27% 0.48% -
HSV(B) 331.82º 0.42% 0.61% -
XYZ 20.82 15.76 20.03 -
YUV 113.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 156 90 121 0 0.42 0.22 0.39 331.82 0.27 0.48
Hex 9C 5A 79 0 2A 16 27 14C 1B 30
Octal 234 132 171 0 52 26 47 514 33 60
Binary 10011100 1011010 1111001 0 101010 10110 100111 101001100 11011 110000

Color Harmonies of #9C5A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5A79

Black with #9C5A79

Text Example


Text Example

White with #9C5A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,90,121); }

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

background-color css

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

 a { background-color: rgb(156,90,121); }

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

border-color css

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

 span { border-color: rgb(156,90,121); }

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