Html Css Color HEX #9C5181 Strikemaster

📋 copy color: '#9C5181'

red 156 ◦ green 81 ◦ blue 129

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

Shades of Strikemaster #9C5181

Tints of Strikemaster #9C5181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.25%

R = 42.62%
G = 22.13%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#9C5181 (or 0x9C5181) is known color: Strikemaster. HEX triplet: 9C, 51 and 81. RGB value is (156,81,129). Sum of RGB (Red+Green+Blue) = 156+81+129=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5181 is #63AE7E. Grayscale: #6C6C6C. Windows color (decimal): -6532735 or 8475036. OLE color: 8475036.

HSL color Cylindrical-coordinate representation of color #9C5181: hue angle of 321.6º 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 #9C5181 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 81 129 -
CMYK 0 0.48 0.17 0.39
HSL 321.6º 0.32% 0.46% -
HSV(B) 321.6º 0.48% 0.61% -
XYZ 20.62 14.54 22.49 -
YUV 108.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 156 81 129 0 0.48 0.17 0.39 321.6 0.32 0.46
Hex 9C 51 81 0 30 11 27 142 20 2E
Octal 234 121 201 0 60 21 47 502 40 56
Binary 10011100 1010001 10000001 0 110000 10001 100111 101000010 100000 101110

Color Harmonies of #9C5181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5181

Black with #9C5181

Text Example


Text Example

White with #9C5181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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