Html Css Color HEX #96038D Dark Magenta

📋 copy color: '#96038D'

red 150 ◦ green 3 ◦ blue 141

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

Shades of Dark Magenta #96038D

Tints of Dark Magenta #96038D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.96%

R = 51.02%
G = 1.02%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#96038D (or 0x96038D) is known color: Dark Magenta. HEX triplet: 96, 03 and 8D. RGB value is (150,3,141). Sum of RGB (Red+Green+Blue) = 150+3+141=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96038D is #69FC72. Grayscale: #3E3E3E. Windows color (decimal): -6945907 or 9241494. OLE color: 9241494.

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

Color convert

RGB 150 3 141 -
CMYK 0 0.98 0.06 0.41
HSL 303.67º 0.96% 0.3% -
HSV(B) 303.67º 0.98% 0.59% -
XYZ 17.42 8.47 25.92 -
YUV 62.69 172.2 190.28 -
System Red Green Blue C M Y K H S L
Decimal 150 3 141 0 0.98 0.06 0.41 303.67 0.96 0.3
Hex 96 3 8D 0 62 6 29 130 60 1E
Octal 226 3 215 0 142 6 51 460 140 36
Binary 10010110 11 10001101 0 1100010 110 101001 100110000 1100000 11110

Color Harmonies of #96038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96038D

Black with #96038D

Text Example


Text Example

White with #96038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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