Html Css Color HEX #9C5786 Strikemaster

📋 copy color: '#9C5786'

red 156 ◦ green 87 ◦ blue 134

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

Shades of Strikemaster #9C5786

Tints of Strikemaster #9C5786

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.08%

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 41.38%
G = 23.08%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#9C5786 (or 0x9C5786) is known color: Strikemaster. HEX triplet: 9C, 57 and 86. RGB value is (156,87,134). Sum of RGB (Red+Green+Blue) = 156+87+134=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5786 is #63A879. Grayscale: #707070. Windows color (decimal): -6531194 or 8804252. OLE color: 8804252.

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

Color convert

RGB 156 87 134 -
CMYK 0 0.44 0.14 0.39
HSL 319.13º 0.28% 0.48% -
HSV(B) 319.13º 0.44% 0.61% -
XYZ 21.42 15.61 24.44 -
YUV 112.99 139.86 158.68 -
System Red Green Blue C M Y K H S L
Decimal 156 87 134 0 0.44 0.14 0.39 319.13 0.28 0.48
Hex 9C 57 86 0 2C E 27 13F 1C 30
Octal 234 127 206 0 54 16 47 477 34 60
Binary 10011100 1010111 10000110 0 101100 1110 100111 100111111 11100 110000

Color Harmonies of #9C5786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5786

Black with #9C5786

Text Example


Text Example

White with #9C5786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,87,134); }

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

background-color css

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

 a { background-color: rgb(156,87,134); }

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

border-color css

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

 span { border-color: rgb(156,87,134); }

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