Html Css Color HEX #96057C Dark Magenta

📋 copy color: '#96057C'

red 150 ◦ green 5 ◦ blue 124

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

Shades of Dark Magenta #96057C

Tints of Dark Magenta #96057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.44%

R = 53.76%
G = 1.79%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96057C (or 0x96057C) is known color: Dark Magenta. HEX triplet: 96, 05 and 7C. RGB value is (150,5,124). Sum of RGB (Red+Green+Blue) = 150+5+124=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96057C is #69FA83. Grayscale: #3D3D3D. Windows color (decimal): -6945412 or 8127894. OLE color: 8127894.

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

Color convert

RGB 150 5 124 -
CMYK 0 0.97 0.17 0.41
HSL 310.76º 0.94% 0.3% -
HSV(B) 310.76º 0.97% 0.59% -
XYZ 16.27 8.05 19.76 -
YUV 61.92 163.04 190.82 -
System Red Green Blue C M Y K H S L
Decimal 150 5 124 0 0.97 0.17 0.41 310.76 0.94 0.3
Hex 96 5 7C 0 61 11 29 137 5E 1E
Octal 226 5 174 0 141 21 51 467 136 36
Binary 10010110 101 1111100 0 1100001 10001 101001 100110111 1011110 11110

Color Harmonies of #96057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96057C

Black with #96057C

Text Example


Text Example

White with #96057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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