Html Css Color HEX #960494 Dark Magenta

📋 copy color: '#960494'

red 150 ◦ green 4 ◦ blue 148

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

Shades of Dark Magenta #960494

Tints of Dark Magenta #960494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.01%

R = 49.67%
G = 1.32%
B = 49.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#960494 (or 0x960494) is known color: Dark Magenta. HEX triplet: 96, 04 and 94. RGB value is (150,4,148). Sum of RGB (Red+Green+Blue) = 150+4+148=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #960494 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960494 is #69FB6B. Grayscale: #3F3F3F. Windows color (decimal): -6945644 or 9700502. OLE color: 9700502.

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

Color convert

RGB 150 4 148 -
CMYK 0 0.97 0.01 0.41
HSL 300.82º 0.95% 0.3% -
HSV(B) 300.82º 0.97% 0.59% -
XYZ 17.97 8.71 28.75 -
YUV 64.07 175.37 189.29 -
System Red Green Blue C M Y K H S L
Decimal 150 4 148 0 0.97 0.01 0.41 300.82 0.95 0.3
Hex 96 4 94 0 61 1 29 12D 5F 1E
Octal 226 4 224 0 141 1 51 455 137 36
Binary 10010110 100 10010100 0 1100001 1 101001 100101101 1011111 11110

Color Harmonies of #960494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960494

Black with #960494

Text Example


Text Example

White with #960494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960494; }

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

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

background-color css

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

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

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

border-color css

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

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

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