Html Css Color HEX #9C5179 Strikemaster

📋 copy color: '#9C5179'

red 156 ◦ green 81 ◦ blue 121

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

Shades of Strikemaster #9C5179

Tints of Strikemaster #9C5179

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.63%

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

R = 43.58%
G = 22.63%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C5179 (or 0x9C5179) is known color: Strikemaster. HEX triplet: 9C, 51 and 79. RGB value is (156,81,121). Sum of RGB (Red+Green+Blue) = 156+81+121=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5179 is #63AE86. Grayscale: #6B6B6B. Windows color (decimal): -6532743 or 7950748. OLE color: 7950748.

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

Color convert

RGB 156 81 121 -
CMYK 0 0.48 0.22 0.39
HSL 328º 0.32% 0.46% -
HSV(B) 328º 0.48% 0.61% -
XYZ 20.1 14.33 19.8 -
YUV 107.99 135.35 162.25 -
System Red Green Blue C M Y K H S L
Decimal 156 81 121 0 0.48 0.22 0.39 328 0.32 0.46
Hex 9C 51 79 0 30 16 27 148 20 2E
Octal 234 121 171 0 60 26 47 510 40 56
Binary 10011100 1010001 1111001 0 110000 10110 100111 101001000 100000 101110

Color Harmonies of #9C5179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5179

Black with #9C5179

Text Example


Text Example

White with #9C5179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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