Html Css Color HEX #96079D Dark Magenta

📋 copy color: '#96079D'

red 150 ◦ green 7 ◦ blue 157

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

Shades of Dark Magenta #96079D

Tints of Dark Magenta #96079D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50%

R = 47.77%
G = 2.23%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#96079D (or 0x96079D) is known color: Dark Magenta. HEX triplet: 96, 07 and 9D. RGB value is (150,7,157). Sum of RGB (Red+Green+Blue) = 150+7+157=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #96079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96079D is #69F862. Grayscale: #424242. Windows color (decimal): -6944867 or 10291094. OLE color: 10291094.

HSL color Cylindrical-coordinate representation of color #96079D: hue angle of 297.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96079D is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 150 7 157 -
CMYK 0.04 0.96 0 0.38
HSL 297.2º 0.91% 0.32% -
HSV(B) 297.2º 0.96% 0.62% -
XYZ 18.74 9.07 32.66 -
YUV 66.86 178.88 187.3 -
System Red Green Blue C M Y K H S L
Decimal 150 7 157 0.04 0.96 0 0.38 297.2 0.91 0.32
Hex 96 7 9D 4 60 0 26 129 5B 20
Octal 226 7 235 4 140 0 46 451 133 40
Binary 10010110 111 10011101 100 1100000 0 100110 100101001 1011011 100000

Color Harmonies of #96079D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96079D

Black with #96079D

Text Example


Text Example

White with #96079D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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