Html Css Color HEX #9A0C89 Dark Magenta

📋 copy color: '#9A0C89'

red 154 ◦ green 12 ◦ blue 137

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

Shades of Dark Magenta #9A0C89

Tints of Dark Magenta #9A0C89

RGB

 RED value IS 154 (60.55% from 255) = 50.83%

 GREEN value IS 12 (5.08% from 255) = 3.96%

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

R = 50.83%
G = 3.96%
B = 45.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#9A0C89 (or 0x9A0C89) is known color: Dark Magenta. HEX triplet: 9A, 0C and 89. RGB value is (154,12,137). Sum of RGB (Red+Green+Blue) = 154+12+137=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0C89 is #65F376. Grayscale: #444444. Windows color (decimal): -6681463 or 8981658. OLE color: 8981658.

HSL color Cylindrical-coordinate representation of color #9A0C89: hue angle of 307.18º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A0C89 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 12 137 -
CMYK 0 0.92 0.11 0.40
HSL 307.18º 0.86% 0.33% -
HSV(B) 307.18º 0.92% 0.6% -
XYZ 17.97 8.94 24.45 -
YUV 68.71 166.54 188.84 -
System Red Green Blue C M Y K H S L
Decimal 154 12 137 0 0.92 0.11 0.40 307.18 0.86 0.33
Hex 9A C 89 0 5C B 28 133 56 21
Octal 232 14 211 0 134 13 50 463 126 41
Binary 10011010 1100 10001001 0 1011100 1011 101000 100110011 1010110 100001

Color Harmonies of #9A0C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0C89

Black with #9A0C89

Text Example


Text Example

White with #9A0C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,12,137); }

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

background-color css

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

 a { background-color: rgb(154,12,137); }

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

border-color css

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

 span { border-color: rgb(154,12,137); }

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