#96028A

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

Shades of Dark Magenta #96028A

Tints of Dark Magenta #96028A

Color information

#96028A (or 0x96028A) is unknown color: approx Dark Magenta. HEX triplet: 96, 02 and 8A. RGB value is (150,2,138). Sum of RGB (Red+Green+Blue) = 150+2+138=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #96028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96028A is #69FD75. Grayscale: #3D3D3D. Windows color (decimal): -6946166 or 9044630. OLE color: 9044630.

HSL color Cylindrical-coordinate representation of color #96028A: hue angle of 304.86º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96028A is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB1502138-
CMYK00.990.080.41
HSL304.86º97.37%29.8%-
HSV(B)304.86º98.67%58.82%-
XYZ17.198.3624.75-
YUV61.76171.03190.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.72%
GREEN value IS 2 (1.17% from 255) = 0.69%
BLUE value IS 138 (54.30% from 255) = 47.59%
R=51.72%
G=0.69%
B=47.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150213800.990.080.41304.8697.3729.8
Hex9628A063829131611e
Octal22622120143105146114136
Binary100101101010001010011000111000101001100110001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96028A; }

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

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

<style>
 a { background-color: #96028A; }

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

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

<style>
 span { border-color: #96028A; }

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

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