Html Css Color HEX #96038C Dark Magenta

📋 copy color: '#96038C'

red 150 ◦ green 3 ◦ blue 140

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

Shades of Dark Magenta #96038C

Tints of Dark Magenta #96038C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.78%

R = 51.19%
G = 1.02%
B = 47.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96038C (or 0x96038C) is known color: Dark Magenta. HEX triplet: 96, 03 and 8C. RGB value is (150,3,140). Sum of RGB (Red+Green+Blue) = 150+3+140=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96038C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96038C is #69FC73. Grayscale: #3E3E3E. Windows color (decimal): -6945908 or 9175958. OLE color: 9175958.

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

Color convert

RGB 150 3 140 -
CMYK 0 0.98 0.07 0.41
HSL 304.08º 0.96% 0.3% -
HSV(B) 304.08º 0.98% 0.59% -
XYZ 17.34 8.44 25.53 -
YUV 62.57 171.7 190.36 -
System Red Green Blue C M Y K H S L
Decimal 150 3 140 0 0.98 0.07 0.41 304.08 0.96 0.3
Hex 96 3 8C 0 62 7 29 130 60 1E
Octal 226 3 214 0 142 7 51 460 140 36
Binary 10010110 11 10001100 0 1100010 111 101001 100110000 1100000 11110

Color Harmonies of #96038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96038C

Black with #96038C

Text Example


Text Example

White with #96038C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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