#96029A

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

Shades of Dark Magenta #96029A

Tints of Dark Magenta #96029A

Color information

#96029A (or 0x96029A) is unknown color: approx Dark Magenta. HEX triplet: 96, 02 and 9A. RGB value is (150,2,154). Sum of RGB (Red+Green+Blue) = 150+2+154=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #96029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96029A is #69FD65. Grayscale: #3F3F3F. Windows color (decimal): -6946150 or 10093206. OLE color: 10093206.

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

Color convert

RGB1502154-
CMYK0.030.9900.40
HSL298.42º97.44%30.59%-
HSV(B)298.42º98.7%60.39%-
XYZ18.438.8631.31-
YUV63.58179.03189.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.02%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 154 (60.55% from 255) = 50.33%
R=49.02%
G=0.65%
B=50.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15021540.030.9900.40298.4297.4430.59
Hex9629A36302812a611f
Octal2262232314305045214137
Binary1001011010100110101111000110101000100101010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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