Html Css Color HEX #96037D Dark Magenta

📋 copy color: '#96037D'

red 150 ◦ green 3 ◦ blue 125

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

Shades of Dark Magenta #96037D

Tints of Dark Magenta #96037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.96%

R = 53.96%
G = 1.08%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96037D (or 0x96037D) is known color: Dark Magenta. HEX triplet: 96, 03 and 7D. RGB value is (150,3,125). Sum of RGB (Red+Green+Blue) = 150+3+125=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96037D is #69FC82. Grayscale: #3C3C3C. Windows color (decimal): -6945923 or 8192918. OLE color: 8192918.

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

Color convert

RGB 150 3 125 -
CMYK 0 0.98 0.17 0.41
HSL 310.2º 0.96% 0.3% -
HSV(B) 310.2º 0.98% 0.59% -
XYZ 16.31 8.03 20.09 -
YUV 60.86 164.2 191.58 -
System Red Green Blue C M Y K H S L
Decimal 150 3 125 0 0.98 0.17 0.41 310.2 0.96 0.3
Hex 96 3 7D 0 62 11 29 136 60 1E
Octal 226 3 175 0 142 21 51 466 140 36
Binary 10010110 11 1111101 0 1100010 10001 101001 100110110 1100000 11110

Color Harmonies of #96037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96037D

Black with #96037D

Text Example


Text Example

White with #96037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96037D; }

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

 H1.HeaderClassName
 {
   color: #96037D;
 }
 .AnyTagClassName
 {
   color: #96037D;
 }
</style>

background-color css

<style>
 a { background-color: #96037D; }

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

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

border-color css

<style>
 span { border-color: #96037D; }

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

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