#96138E

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

Shades of Dark Magenta #96138E

Tints of Dark Magenta #96138E

Color information

#96138E (or 0x96138E) is unknown color: approx Dark Magenta. HEX triplet: 96, 13 and 8E. RGB value is (150,19,142). Sum of RGB (Red+Green+Blue) = 150+19+142=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96138E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96138E is #69EC71. Grayscale: #474747. Windows color (decimal): -6941810 or 9311126. OLE color: 9311126.

HSL color Cylindrical-coordinate representation of color #96138E: hue angle of 303.66º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96138E is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB15019142-
CMYK00.870.050.41
HSL303.66º77.51%33.14%-
HSV(B)303.66º87.33%58.82%-
XYZ17.698.926.38-
YUV72.19167.4183.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 19 (7.81% from 255) = 6.11%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=48.23%
G=6.11%
B=45.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501914200.870.050.41303.6677.5133.14
Hex96138E0575291304e21
Octal22623216012755146011641
Binary100101101001110001110010101111011010011001100001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96138E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,19,142); }

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

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

 a { background-color: rgb(150,19,142); }

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

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

 span { border-color: rgb(150,19,142); }

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