Html Css Color HEX #9A0C88 Dark Magenta

📋 copy color: '#9A0C88'

red 154 ◦ green 12 ◦ blue 136

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

Shades of Dark Magenta #9A0C88

Tints of Dark Magenta #9A0C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 45.03%

R = 50.99%
G = 3.97%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#9A0C88 (or 0x9A0C88) is known color: Dark Magenta. HEX triplet: 9A, 0C and 88. RGB value is (154,12,136). Sum of RGB (Red+Green+Blue) = 154+12+136=302 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.99% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0C88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0C88 is #65F377. Grayscale: #444444. Windows color (decimal): -6681464 or 8916122. OLE color: 8916122.

HSL color Cylindrical-coordinate representation of color #9A0C88: hue angle of 307.61º 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 #9A0C88 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 12 136 -
CMYK 0 0.92 0.12 0.40
HSL 307.61º 0.86% 0.33% -
HSV(B) 307.61º 0.92% 0.6% -
XYZ 17.9 8.91 24.07 -
YUV 68.59 166.04 188.92 -
System Red Green Blue C M Y K H S L
Decimal 154 12 136 0 0.92 0.12 0.40 307.61 0.86 0.33
Hex 9A C 88 0 5C C 28 134 56 21
Octal 232 14 210 0 134 14 50 464 126 41
Binary 10011010 1100 10001000 0 1011100 1100 101000 100110100 1010110 100001

Color Harmonies of #9A0C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0C88

Black with #9A0C88

Text Example


Text Example

White with #9A0C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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