Html Css Color HEX #9A0A8B Dark Magenta

📋 copy color: '#9A0A8B'

red 154 ◦ green 10 ◦ blue 139

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

Shades of Dark Magenta #9A0A8B

Tints of Dark Magenta #9A0A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.87%

R = 50.83%
G = 3.3%
B = 45.87%

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

#9A0A8B (or 0x9A0A8B) is known color: Dark Magenta. HEX triplet: 9A, 0A and 8B. RGB value is (154,10,139). Sum of RGB (Red+Green+Blue) = 154+10+139=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0A8B is #65F574. Grayscale: #434343. Windows color (decimal): -6681973 or 9112218. OLE color: 9112218.

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

Color convert

RGB 154 10 139 -
CMYK 0 0.94 0.10 0.40
HSL 306.25º 0.88% 0.32% -
HSV(B) 306.25º 0.94% 0.6% -
XYZ 18.1 8.95 25.2 -
YUV 67.76 168.21 189.51 -
System Red Green Blue C M Y K H S L
Decimal 154 10 139 0 0.94 0.10 0.40 306.25 0.88 0.32
Hex 9A A 8B 0 5E A 28 132 58 20
Octal 232 12 213 0 136 12 50 462 130 40
Binary 10011010 1010 10001011 0 1011110 1010 101000 100110010 1011000 100000

Color Harmonies of #9A0A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A0A8B

Black with #9A0A8B

Text Example


Text Example

White with #9A0A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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