Html Css Color HEX #960E98 Dark Magenta

📋 copy color: '#960E98'

red 150 ◦ green 14 ◦ blue 152

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

Shades of Dark Magenta #960E98

Tints of Dark Magenta #960E98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.1%

R = 47.47%
G = 4.43%
B = 48.1%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#960E98 (or 0x960E98) is known color: Dark Magenta. HEX triplet: 96, 0E and 98. RGB value is (150,14,152). Sum of RGB (Red+Green+Blue) = 150+14+152=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #960E98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960E98 is #69F167. Grayscale: #454545. Windows color (decimal): -6943080 or 9965206. OLE color: 9965206.

HSL color Cylindrical-coordinate representation of color #960E98: hue angle of 299.13º 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 #960E98 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 150 14 152 -
CMYK 0.01 0.91 0 0.40
HSL 299.13º 0.83% 0.33% -
HSV(B) 299.13º 0.91% 0.6% -
XYZ 18.4 9.07 30.49 -
YUV 70.4 174.06 184.78 -
System Red Green Blue C M Y K H S L
Decimal 150 14 152 0.01 0.91 0 0.40 299.13 0.83 0.33
Hex 96 E 98 1 5B 0 28 12B 53 21
Octal 226 16 230 1 133 0 50 453 123 41
Binary 10010110 1110 10011000 1 1011011 0 101000 100101011 1010011 100001

Color Harmonies of #960E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960E98

Black with #960E98

Text Example


Text Example

White with #960E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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