Html Css Color HEX #9C0987 Dark Magenta

📋 copy color: '#9C0987'

red 156 ◦ green 9 ◦ blue 135

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

Shades of Dark Magenta #9C0987

Tints of Dark Magenta #9C0987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3%

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

R = 52%
G = 3%
B = 45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#9C0987 (or 0x9C0987) is known color: Dark Magenta. HEX triplet: 9C, 09 and 87. RGB value is (156,9,135). Sum of RGB (Red+Green+Blue) = 156+9+135=300 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0987 is #63F678. Grayscale: #424242. Windows color (decimal): -6551161 or 8849820. OLE color: 8849820.

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

Color convert

RGB 156 9 135 -
CMYK 0 0.94 0.13 0.39
HSL 308.57º 0.89% 0.32% -
HSV(B) 308.57º 0.94% 0.61% -
XYZ 18.18 9.01 23.7 -
YUV 67.32 166.2 191.25 -
System Red Green Blue C M Y K H S L
Decimal 156 9 135 0 0.94 0.13 0.39 308.57 0.89 0.32
Hex 9C 9 87 0 5E D 27 135 59 20
Octal 234 11 207 0 136 15 47 465 131 40
Binary 10011100 1001 10000111 0 1011110 1101 100111 100110101 1011001 100000

Color Harmonies of #9C0987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0987

Black with #9C0987

Text Example


Text Example

White with #9C0987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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