Html Css Color HEX #96077F Dark Magenta

📋 copy color: '#96077F'

red 150 ◦ green 7 ◦ blue 127

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

Shades of Dark Magenta #96077F

Tints of Dark Magenta #96077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.72%

R = 52.82%
G = 2.46%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96077F (or 0x96077F) is known color: Dark Magenta. HEX triplet: 96, 07 and 7F. RGB value is (150,7,127). Sum of RGB (Red+Green+Blue) = 150+7+127=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 7 (3.12% from 255 or 2.46% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #96077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96077F is #69F880. Grayscale: #3F3F3F. Windows color (decimal): -6944897 or 8325014. OLE color: 8325014.

HSL color Cylindrical-coordinate representation of color #96077F: hue angle of 309.65º 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 #96077F is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 7 127 -
CMYK 0 0.95 0.15 0.41
HSL 309.65º 0.91% 0.31% -
HSV(B) 309.65º 0.95% 0.59% -
XYZ 16.48 8.17 20.79 -
YUV 63.44 163.88 189.74 -
System Red Green Blue C M Y K H S L
Decimal 150 7 127 0 0.95 0.15 0.41 309.65 0.91 0.31
Hex 96 7 7F 0 5F F 29 136 5B 1F
Octal 226 7 177 0 137 17 51 466 133 37
Binary 10010110 111 1111111 0 1011111 1111 101001 100110110 1011011 11111

Color Harmonies of #96077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96077F

Black with #96077F

Text Example


Text Example

White with #96077F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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