#96169E

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

Shades of Dark Magenta #96169E

Tints of Dark Magenta #96169E

Color information

#96169E (or 0x96169E) is unknown color: approx Dark Magenta. HEX triplet: 96, 16 and 9E. RGB value is (150,22,158). Sum of RGB (Red+Green+Blue) = 150+22+158=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #96169E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96169E is #69E961. Grayscale: #4B4B4B. Windows color (decimal): -6941026 or 10360470. OLE color: 10360470.

HSL color Cylindrical-coordinate representation of color #96169E: hue angle of 296.47º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96169E is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15022158-
CMYK0.050.8600.38
HSL296.47º75.56%35.29%-
HSV(B)296.47º86.08%61.96%-
XYZ19.049.5333.18-
YUV75.78174.41180.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 22 (8.98% from 255) = 6.67%
BLUE value IS 158 (62.11% from 255) = 47.88%
R=45.45%
G=6.67%
B=47.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal150221580.050.8600.38296.4775.5635.29
Hex96169E5560261284c23
Octal22626236512604645011443
Binary100101101011010011110101101011001001101001010001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96169E; }

 p { color: rgb(150,22,158); }

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

<style>
 a { background-color: #96169E; }

 a { background-color: rgb(150,22,158); }

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

<style>
 span { border-color: #96169E; }

 span { border-color: rgb(150,22,158); }

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