#9A0E9B

Color #9A0E9B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9A0E9B

Tints of Dark Magenta #9A0E9B

Color information

#9A0E9B (or 0x9A0E9B) is unknown color: approx Dark Magenta. HEX triplet: 9A, 0E and 9B. RGB value is (154,14,155). Sum of RGB (Red+Green+Blue) = 154+14+155=323 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.68% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #9A0E9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A0E9B is #65F164. Grayscale: #474747. Windows color (decimal): -6680933 or 10161818. OLE color: 10161818.

HSL color Cylindrical-coordinate representation of color #9A0E9B: hue angle of 299.57º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9A0E9B is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15414155-
CMYK0.010.9100.39
HSL299.57º83.43%33.14%-
HSV(B)299.57º90.97%60.78%-
XYZ19.49.5531.83-
YUV71.93174.88186.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 47.68%
GREEN value IS 14 (5.86% from 255) = 4.33%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=47.68%
G=4.33%
B=47.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal154141550.010.9100.39299.5783.4333.14
Hex9AE9B15B02712c5321
Octal23216233113304745412341
Binary100110101110100110111101101101001111001011001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,14,155); }

 H1.HeaderClassName
 {
   color: #9A0E9B;
 }
 .AnyTagClassName
 {
   color: #9A0E9B;
 }
</style>
background-color css

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

 a { background-color: rgb(154,14,155); }

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

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

 span { border-color: rgb(154,14,155); }

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