#960ED4

Color #960ED4 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #960ED4

Tints of Dark Violet #960ED4

Color information

#960ED4 (or 0x960ED4) is unknown color: approx Dark Violet. HEX triplet: 96, 0E and D4. RGB value is (150,14,212). Sum of RGB (Red+Green+Blue) = 150+14+212=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 212 (83.20% from 255 or 56.38% from 376); Max value from RGB is 212 - color contains mainly: blue. Hex color #960ED4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960ED4 is #69F12B. Grayscale: #4C4C4C. Windows color (decimal): -6943020 or 13897366. OLE color: 13897366.

HSL color Cylindrical-coordinate representation of color #960ED4: hue angle of 281.21º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960ED4 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15014212-
CMYK0.290.9300.17
HSL281.21º87.61%44.31%-
HSV(B)281.21º93.4%83.14%-
XYZ24.6211.5563.22-
YUV77.24204.06179.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 14 (5.86% from 255) = 3.72%
BLUE value IS 212 (83.20% from 255) = 56.38%
R=39.89%
G=3.72%
B=56.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal150142120.290.9300.17281.2187.6144.31
Hex96ED41D5D011119582c
Octal226163243513502143113054
Binary100101101110110101001110110111010100011000110011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #960ED4;
 }
 .AnyTagClassName
 {
   color: #960ED4;
 }
</style>
background-color css

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

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

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

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

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

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