Html Css Color HEX #96058C Dark Magenta

📋 copy color: '#96058C'

red 150 ◦ green 5 ◦ blue 140

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

Shades of Dark Magenta #96058C

Tints of Dark Magenta #96058C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

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

R = 50.85%
G = 1.69%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96058C (or 0x96058C) is known color: Dark Magenta. HEX triplet: 96, 05 and 8C. RGB value is (150,5,140). Sum of RGB (Red+Green+Blue) = 150+5+140=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96058C is #69FA73. Grayscale: #3F3F3F. Windows color (decimal): -6945396 or 9176470. OLE color: 9176470.

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

Color convert

RGB 150 5 140 -
CMYK 0 0.97 0.07 0.41
HSL 304.14º 0.94% 0.3% -
HSV(B) 304.14º 0.97% 0.59% -
XYZ 17.37 8.49 25.53 -
YUV 63.75 171.04 189.52 -
System Red Green Blue C M Y K H S L
Decimal 150 5 140 0 0.97 0.07 0.41 304.14 0.94 0.3
Hex 96 5 8C 0 61 7 29 130 5E 1E
Octal 226 5 214 0 141 7 51 460 136 36
Binary 10010110 101 10001100 0 1100001 111 101001 100110000 1011110 11110

Color Harmonies of #96058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96058C

Black with #96058C

Text Example


Text Example

White with #96058C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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