Html Css Color HEX #96038E Dark Magenta

📋 copy color: '#96038E'

red 150 ◦ green 3 ◦ blue 142

#96038E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #96038E

Tints of Dark Magenta #96038E

RGB

 RED value IS 150 (58.98% from 255) = 50.85%

 GREEN value IS 3 (1.56% from 255) = 1.02%

 BLUE value IS 142 (55.86% from 255) = 48.14%

R = 50.85%
G = 1.02%
B = 48.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#96038E (or 0x96038E) is known color: Dark Magenta. HEX triplet: 96, 03 and 8E. RGB value is (150,3,142). Sum of RGB (Red+Green+Blue) = 150+3+142=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96038E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96038E is #69FC71. Grayscale: #3E3E3E. Windows color (decimal): -6945906 or 9307030. OLE color: 9307030.

HSL color Cylindrical-coordinate representation of color #96038E: hue angle of 303.27º 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 #96038E is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 3 142 -
CMYK 0 0.98 0.05 0.41
HSL 303.27º 0.96% 0.3% -
HSV(B) 303.27º 0.98% 0.59% -
XYZ 17.49 8.5 26.31 -
YUV 62.8 172.7 190.2 -
System Red Green Blue C M Y K H S L
Decimal 150 3 142 0 0.98 0.05 0.41 303.27 0.96 0.3
Hex 96 3 8E 0 62 5 29 12F 60 1E
Octal 226 3 216 0 142 5 51 457 140 36
Binary 10010110 11 10001110 0 1100010 101 101001 100101111 1100000 11110

Color Harmonies of #96038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96038E

Black with #96038E

Text Example


Text Example

White with #96038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #96038E;
 }
 .AnyTagClassName
 {
   color: #96038E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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