Html Css Color HEX #960ED0 Dark Violet

📋 copy color: '#960ED0'

red 150 ◦ green 14 ◦ blue 208

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

Shades of Dark Violet #960ED0

Tints of Dark Violet #960ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.91%

R = 40.32%
G = 3.76%
B = 55.91%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#960ED0 (or 0x960ED0) is known color: Dark Violet. HEX triplet: 96, 0E and D0. RGB value is (150,14,208). Sum of RGB (Red+Green+Blue) = 150+14+208=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 208 (81.64% from 255 or 55.91% from 372); Max value from RGB is 208 - color contains mainly: blue. Hex color #960ED0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960ED0 is #69F12F. Grayscale: #4C4C4C. Windows color (decimal): -6943024 or 13635222. OLE color: 13635222.

HSL color Cylindrical-coordinate representation of color #960ED0: hue angle of 282.06º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960ED0 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 150 14 208 -
CMYK 0.28 0.93 0 0.18
HSL 282.06º 0.87% 0.44% -
HSV(B) 282.06º 0.93% 0.82% -
XYZ 24.12 11.35 60.59 -
YUV 76.78 202.06 180.23 -
System Red Green Blue C M Y K H S L
Decimal 150 14 208 0.28 0.93 0 0.18 282.06 0.87 0.44
Hex 96 E D0 1C 5D 0 12 11A 57 2C
Octal 226 16 320 34 135 0 22 432 127 54
Binary 10010110 1110 11010000 11100 1011101 0 10010 100011010 1010111 101100

Color Harmonies of #960ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960ED0

Black with #960ED0

Text Example


Text Example

White with #960ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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