#9A027E

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

Shades of Dark Magenta #9A027E

Tints of Dark Magenta #9A027E

Color information

#9A027E (or 0x9A027E) is unknown color: approx Dark Magenta. HEX triplet: 9A, 02 and 7E. RGB value is (154,2,126). Sum of RGB (Red+Green+Blue) = 154+2+126=282 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.61% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 154 - color contains mainly: red. Hex color #9A027E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A027E is #65FD81. Grayscale: #3D3D3D. Windows color (decimal): -6684034 or 8258202. OLE color: 8258202.

HSL color Cylindrical-coordinate representation of color #9A027E: hue angle of 311.05º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A027E is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB1542126-
CMYK00.990.180.40
HSL311.05º97.44%30.59%-
HSV(B)311.05º98.7%60.39%-
XYZ17.118.4220.46-
YUV61.58164.36193.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 54.61%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 126 (49.61% from 255) = 44.68%
R=54.61%
G=0.71%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154212600.990.180.40311.0597.4430.59
Hex9A27E0631228137611f
Octal23221760143225046714137
Binary100110101011111100110001110010101000100110111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A027E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,2,126); }

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

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

 a { background-color: rgb(154,2,126); }

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

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

 span { border-color: rgb(154,2,126); }

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