Html Css Color HEX #9C5087 Strikemaster

📋 copy color: '#9C5087'

red 156 ◦ green 80 ◦ blue 135

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

Shades of Strikemaster #9C5087

Tints of Strikemaster #9C5087

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

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

R = 42.05%
G = 21.56%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9C5087 (or 0x9C5087) is known color: Strikemaster. HEX triplet: 9C, 50 and 87. RGB value is (156,80,135). Sum of RGB (Red+Green+Blue) = 156+80+135=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5087 is #63AF78. Grayscale: #6C6C6C. Windows color (decimal): -6532985 or 8867996. OLE color: 8867996.

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

Color convert

RGB 156 80 135 -
CMYK 0 0.49 0.13 0.39
HSL 316.58º 0.32% 0.46% -
HSV(B) 316.58º 0.49% 0.61% -
XYZ 20.95 14.55 24.63 -
YUV 108.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 156 80 135 0 0.49 0.13 0.39 316.58 0.32 0.46
Hex 9C 50 87 0 31 D 27 13D 20 2E
Octal 234 120 207 0 61 15 47 475 40 56
Binary 10011100 1010000 10000111 0 110001 1101 100111 100111101 100000 101110

Color Harmonies of #9C5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5087

Black with #9C5087

Text Example


Text Example

White with #9C5087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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