#9A028A

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

Shades of Dark Magenta #9A028A

Tints of Dark Magenta #9A028A

Color information

#9A028A (or 0x9A028A) is unknown color: approx Dark Magenta. HEX triplet: 9A, 02 and 8A. RGB value is (154,2,138). Sum of RGB (Red+Green+Blue) = 154+2+138=294 (38% of max value = 765). Red value is 154 (60.55% from 255 or 52.38% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 154 - color contains mainly: red. Hex color #9A028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A028A is #65FD75. Grayscale: #3E3E3E. Windows color (decimal): -6684022 or 9044634. OLE color: 9044634.

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

Color convert

RGB1542138-
CMYK00.990.100.40
HSL306.32º97.44%30.59%-
HSV(B)306.32º98.7%60.39%-
XYZ17.948.7524.79-
YUV62.95170.36192.94-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 52.38%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=52.38%
G=0.68%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154213800.990.100.40306.3297.4430.59
Hex9A28A063A28132611f
Octal23222120143125046214137
Binary100110101010001010011000111010101000100110010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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