Html Css Color HEX #960E99 Dark Magenta

📋 copy color: '#960E99'

red 150 ◦ green 14 ◦ blue 153

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

Shades of Dark Magenta #960E99

Tints of Dark Magenta #960E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 48.26%

R = 47.32%
G = 4.42%
B = 48.26%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#960E99 (or 0x960E99) is known color: Dark Magenta. HEX triplet: 96, 0E and 99. RGB value is (150,14,153). Sum of RGB (Red+Green+Blue) = 150+14+153=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 153 (60.16% from 255 or 48.26% from 317); Max value from RGB is 153 - color contains mainly: blue. Hex color #960E99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960E99 is #69F166. Grayscale: #464646. Windows color (decimal): -6943079 or 10030742. OLE color: 10030742.

HSL color Cylindrical-coordinate representation of color #960E99: hue angle of 298.71º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960E99 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 14 153 -
CMYK 0.02 0.91 0 0.4
HSL 298.71º 0.83% 0.33% -
HSV(B) 298.71º 0.91% 0.6% -
XYZ 18.48 9.1 30.92 -
YUV 70.51 174.56 184.7 -
System Red Green Blue C M Y K H S L
Decimal 150 14 153 0.02 0.91 0 0.4 298.71 0.83 0.33
Hex 96 E 99 2 5B 0 28 12B 53 21
Octal 226 16 231 2 133 0 50 453 123 41
Binary 10010110 1110 10011001 10 1011011 0 101000 100101011 1010011 100001

Color Harmonies of #960E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960E99

Black with #960E99

Text Example


Text Example

White with #960E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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