Html Css Color HEX #96047F Dark Magenta

📋 copy color: '#96047F'

red 150 ◦ green 4 ◦ blue 127

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

Shades of Dark Magenta #96047F

Tints of Dark Magenta #96047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

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

R = 53.38%
G = 1.42%
B = 45.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#96047F (or 0x96047F) is known color: Dark Magenta. HEX triplet: 96, 04 and 7F. RGB value is (150,4,127). Sum of RGB (Red+Green+Blue) = 150+4+127=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96047F is #69FB80. Grayscale: #3D3D3D. Windows color (decimal): -6945665 or 8324246. OLE color: 8324246.

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

Color convert

RGB 150 4 127 -
CMYK 0 0.97 0.15 0.41
HSL 309.45º 0.95% 0.3% -
HSV(B) 309.45º 0.97% 0.59% -
XYZ 16.45 8.1 20.78 -
YUV 61.68 164.87 191 -
System Red Green Blue C M Y K H S L
Decimal 150 4 127 0 0.97 0.15 0.41 309.45 0.95 0.3
Hex 96 4 7F 0 61 F 29 135 5F 1E
Octal 226 4 177 0 141 17 51 465 137 36
Binary 10010110 100 1111111 0 1100001 1111 101001 100110101 1011111 11110

Color Harmonies of #96047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96047F

Black with #96047F

Text Example


Text Example

White with #96047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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