Html Css Color HEX #960EAC Dark Magenta

📋 copy color: '#960EAC'

red 150 ◦ green 14 ◦ blue 172

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

Shades of Dark Magenta #960EAC

Tints of Dark Magenta #960EAC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.17%

 BLUE value IS 172 (67.58% from 255) = 51.19%

R = 44.64%
G = 4.17%
B = 51.19%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#960EAC (or 0x960EAC) is known color: Dark Magenta. HEX triplet: 96, 0E and AC. RGB value is (150,14,172). Sum of RGB (Red+Green+Blue) = 150+14+172=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #960EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960EAC is #69F153. Grayscale: #484848. Windows color (decimal): -6943060 or 11275926. OLE color: 11275926.

HSL color Cylindrical-coordinate representation of color #960EAC: hue angle of 291.65º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960EAC is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 14 172 -
CMYK 0.13 0.92 0 0.33
HSL 291.65º 0.85% 0.36% -
HSV(B) 291.65º 0.92% 0.67% -
XYZ 20.18 9.78 39.85 -
YUV 72.68 184.06 183.15 -
System Red Green Blue C M Y K H S L
Decimal 150 14 172 0.13 0.92 0 0.33 291.65 0.85 0.36
Hex 96 E AC D 5C 0 21 124 55 24
Octal 226 16 254 15 134 0 41 444 125 44
Binary 10010110 1110 10101100 1101 1011100 0 100001 100100100 1010101 100100

Color Harmonies of #960EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960EAC

Black with #960EAC

Text Example


Text Example

White with #960EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960EAC; }

 p { color: rgb(150,14,172); }

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

background-color css

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

 a { background-color: rgb(150,14,172); }

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

border-color css

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

 span { border-color: rgb(150,14,172); }

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