#96038B

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

Shades of Dark Magenta #96038B

Tints of Dark Magenta #96038B

Color information

#96038B (or 0x96038B) is unknown color: approx Dark Magenta. HEX triplet: 96, 03 and 8B. RGB value is (150,3,139). Sum of RGB (Red+Green+Blue) = 150+3+139=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96038B is #69FC74. Grayscale: #3E3E3E. Windows color (decimal): -6945909 or 9110422. OLE color: 9110422.

HSL color Cylindrical-coordinate representation of color #96038B: hue angle of 304.49º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96038B is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB1503139-
CMYK00.980.070.41
HSL304.49º96.08%30%-
HSV(B)304.49º98%58.82%-
XYZ17.278.4125.14-
YUV62.46171.2190.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 3 (1.56% from 255) = 1.03%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=51.37%
G=1.03%
B=47.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150313900.980.070.41304.4996.0830
Hex9638B062729130601e
Octal2263213014275146014036
Binary10010110111000101101100010111101001100110000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96038B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96038B; }

 p { color: rgb(150,3,139); }

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

<style>
 a { background-color: #96038B; }

 a { background-color: rgb(150,3,139); }

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

<style>
 span { border-color: #96038B; }

 span { border-color: rgb(150,3,139); }

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