#960ED5

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

Shades of Dark Violet #960ED5

Tints of Dark Violet #960ED5

Color information

#960ED5 (or 0x960ED5) is unknown color: approx Dark Violet. HEX triplet: 96, 0E and D5. RGB value is (150,14,213). Sum of RGB (Red+Green+Blue) = 150+14+213=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #960ED5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960ED5 is #69F12A. Grayscale: #4C4C4C. Windows color (decimal): -6943019 or 13962902. OLE color: 13962902.

HSL color Cylindrical-coordinate representation of color #960ED5: hue angle of 281.01º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960ED5 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15014213-
CMYK0.300.9300.16
HSL281.01º87.67%44.51%-
HSV(B)281.01º93.43%83.53%-
XYZ24.7411.663.89-
YUV77.35204.56179.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 14 (5.86% from 255) = 3.71%
BLUE value IS 213 (83.59% from 255) = 56.50%
R=39.79%
G=3.71%
B=56.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150142130.300.9300.16281.0187.6744.51
Hex96ED51E5D010119582d
Octal226163253613502043113055
Binary100101101110110101011111010111010100001000110011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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