Html Css Color HEX #96077C Dark Magenta

📋 copy color: '#96077C'

red 150 ◦ green 7 ◦ blue 124

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

Shades of Dark Magenta #96077C

Tints of Dark Magenta #96077C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.49%

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

R = 53.38%
G = 2.49%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96077C (or 0x96077C) is known color: Dark Magenta. HEX triplet: 96, 07 and 7C. RGB value is (150,7,124). Sum of RGB (Red+Green+Blue) = 150+7+124=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96077C is #69F883. Grayscale: #3E3E3E. Windows color (decimal): -6944900 or 8128406. OLE color: 8128406.

HSL color Cylindrical-coordinate representation of color #96077C: hue angle of 310.91º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96077C is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 7 124 -
CMYK 0 0.95 0.17 0.41
HSL 310.91º 0.91% 0.31% -
HSV(B) 310.91º 0.95% 0.59% -
XYZ 16.29 8.09 19.77 -
YUV 63.1 162.38 189.99 -
System Red Green Blue C M Y K H S L
Decimal 150 7 124 0 0.95 0.17 0.41 310.91 0.91 0.31
Hex 96 7 7C 0 5F 11 29 137 5B 1F
Octal 226 7 174 0 137 21 51 467 133 37
Binary 10010110 111 1111100 0 1011111 10001 101001 100110111 1011011 11111

Color Harmonies of #96077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96077C

Black with #96077C

Text Example


Text Example

White with #96077C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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