Html Css Color HEX #960EDC Dark Violet

📋 copy color: '#960EDC'

red 150 ◦ green 14 ◦ blue 220

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

Shades of Dark Violet #960EDC

Tints of Dark Violet #960EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.29%

R = 39.06%
G = 3.65%
B = 57.29%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#960EDC (or 0x960EDC) is known color: Dark Violet. HEX triplet: 96, 0E and DC. RGB value is (150,14,220). Sum of RGB (Red+Green+Blue) = 150+14+220=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #960EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960EDC is #69F123. Grayscale: #4D4D4D. Windows color (decimal): -6943012 or 14421654. OLE color: 14421654.

HSL color Cylindrical-coordinate representation of color #960EDC: hue angle of 279.61º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960EDC is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 14 220 -
CMYK 0.32 0.94 0 0.14
HSL 279.61º 0.88% 0.46% -
HSV(B) 279.61º 0.94% 0.86% -
XYZ 25.65 11.97 68.67 -
YUV 78.15 208.06 179.25 -
System Red Green Blue C M Y K H S L
Decimal 150 14 220 0.32 0.94 0 0.14 279.61 0.88 0.46
Hex 96 E DC 20 5E 0 E 118 58 2E
Octal 226 16 334 40 136 0 16 430 130 56
Binary 10010110 1110 11011100 100000 1011110 0 1110 100011000 1011000 101110

Color Harmonies of #960EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960EDC

Black with #960EDC

Text Example


Text Example

White with #960EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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