Html Css Color HEX #9A0A8A Dark Magenta

📋 copy color: '#9A0A8A'

red 154 ◦ green 10 ◦ blue 138

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

Shades of Dark Magenta #9A0A8A

Tints of Dark Magenta #9A0A8A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.31%

 BLUE value IS 138 (54.3% from 255) = 45.7%

R = 50.99%
G = 3.31%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#9A0A8A (or 0x9A0A8A) is known color: Dark Magenta. HEX triplet: 9A, 0A and 8A. RGB value is (154,10,138). Sum of RGB (Red+Green+Blue) = 154+10+138=302 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.99% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0A8A is #65F575. Grayscale: #434343. Windows color (decimal): -6681974 or 9046682. OLE color: 9046682.

HSL color Cylindrical-coordinate representation of color #9A0A8A: hue angle of 306.67º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A0A8A is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 10 138 -
CMYK 0 0.94 0.10 0.40
HSL 306.67º 0.88% 0.32% -
HSV(B) 306.67º 0.94% 0.6% -
XYZ 18.02 8.92 24.82 -
YUV 67.65 167.71 189.59 -
System Red Green Blue C M Y K H S L
Decimal 154 10 138 0 0.94 0.10 0.40 306.67 0.88 0.32
Hex 9A A 8A 0 5E A 28 133 58 20
Octal 232 12 212 0 136 12 50 463 130 40
Binary 10011010 1010 10001010 0 1011110 1010 101000 100110011 1011000 100000

Color Harmonies of #9A0A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0A8A

Black with #9A0A8A

Text Example


Text Example

White with #9A0A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,10,138); }

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

background-color css

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

 a { background-color: rgb(154,10,138); }

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

border-color css

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

 span { border-color: rgb(154,10,138); }

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