Html Css Color HEX #9C0F89 Dark Magenta

📋 copy color: '#9C0F89'

red 156 ◦ green 15 ◦ blue 137

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

Shades of Dark Magenta #9C0F89

Tints of Dark Magenta #9C0F89

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.87%

 BLUE value IS 137 (53.91% from 255) = 44.48%

R = 50.65%
G = 4.87%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#9C0F89 (or 0x9C0F89) is known color: Dark Magenta. HEX triplet: 9C, 0F and 89. RGB value is (156,15,137). Sum of RGB (Red+Green+Blue) = 156+15+137=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0F89 is #63F076. Grayscale: #464646. Windows color (decimal): -6549623 or 8982428. OLE color: 8982428.

HSL color Cylindrical-coordinate representation of color #9C0F89: hue angle of 308.09º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F89 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 15 137 -
CMYK 0 0.90 0.12 0.39
HSL 308.09º 0.82% 0.34% -
HSV(B) 308.09º 0.9% 0.61% -
XYZ 18.4 9.22 24.48 -
YUV 71.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 156 15 137 0 0.90 0.12 0.39 308.09 0.82 0.34
Hex 9C F 89 0 5A C 27 134 52 22
Octal 234 17 211 0 132 14 47 464 122 42
Binary 10011100 1111 10001001 0 1011010 1100 100111 100110100 1010010 100010

Color Harmonies of #9C0F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0F89

Black with #9C0F89

Text Example


Text Example

White with #9C0F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,15,137); }

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

background-color css

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

 a { background-color: rgb(156,15,137); }

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

border-color css

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

 span { border-color: rgb(156,15,137); }

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