Html Css Color HEX #9C5587 Strikemaster

📋 copy color: '#9C5587'

red 156 ◦ green 85 ◦ blue 135

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

Shades of Strikemaster #9C5587

Tints of Strikemaster #9C5587

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.61%

 BLUE value IS 135 (53.13% from 255) = 35.9%

R = 41.49%
G = 22.61%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9C5587 (or 0x9C5587) is known color: Strikemaster. HEX triplet: 9C, 55 and 87. RGB value is (156,85,135). Sum of RGB (Red+Green+Blue) = 156+85+135=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5587 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5587 is #63AA78. Grayscale: #6F6F6F. Windows color (decimal): -6531705 or 8869276. OLE color: 8869276.

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

Color convert

RGB 156 85 135 -
CMYK 0 0.46 0.13 0.39
HSL 317.75º 0.29% 0.47% -
HSV(B) 317.75º 0.46% 0.61% -
XYZ 21.33 15.31 24.75 -
YUV 111.93 141.02 159.43 -
System Red Green Blue C M Y K H S L
Decimal 156 85 135 0 0.46 0.13 0.39 317.75 0.29 0.47
Hex 9C 55 87 0 2E D 27 13E 1D 2F
Octal 234 125 207 0 56 15 47 476 35 57
Binary 10011100 1010101 10000111 0 101110 1101 100111 100111110 11101 101111

Color Harmonies of #9C5587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5587

Black with #9C5587

Text Example


Text Example

White with #9C5587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,85,135); }

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

background-color css

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

 a { background-color: rgb(156,85,135); }

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

border-color css

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

 span { border-color: rgb(156,85,135); }

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