#96009F

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

Shades of Dark Magenta #96009F

Tints of Dark Magenta #96009F

Color information

#96009F (or 0x96009F) is unknown color: approx Dark Magenta. HEX triplet: 96, 00 and 9F. RGB value is (150,0,159). Sum of RGB (Red+Green+Blue) = 150+0+159=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #96009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96009F is #69FF60. Grayscale: #3E3E3E. Windows color (decimal): -6946657 or 10420374. OLE color: 10420374.

HSL color Cylindrical-coordinate representation of color #96009F: hue angle of 296.6º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96009F is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1500159-
CMYK0.06100.38
HSL296.6º100%31.18%-
HSV(B)296.6º100%62.35%-
XYZ18.848.9933.54-
YUV62.98182.2190.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=48.54%
G=0%
B=51.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15001590.06100.38296.610031.18
Hex9609F664026129641f
Octal2260237614404645114437
Binary1001011001001111111011001000100110100101001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96009F; }

 p { color: rgb(150,0,159); }

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

<style>
 a { background-color: #96009F; }

 a { background-color: rgb(150,0,159); }

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

<style>
 span { border-color: #96009F; }

 span { border-color: rgb(150,0,159); }

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