#960fe0

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

Shades of Dark Violet #960FE0

Tints of Dark Violet #960FE0

Color information

#960FE0 (or 0x960FE0) is unknown color: approx Dark Violet. HEX triplet: 96, 0F and E0. RGB value is (150,15,224). Sum of RGB (Red+Green+Blue) = 150+15+224=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 15 (6.25% from 255 or 3.86% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #960FE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960FE0 is #69F01F. Grayscale: #4E4E4E. Windows color (decimal): -6942752 or 14684054. OLE color: 14684054.

HSL color Cylindrical-coordinate representation of color #960FE0: hue angle of 278.76º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960FE0 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15015224-
CMYK0.330.9300.12
HSL278.76º87.45%46.86%-
HSV(B)278.76º93.3%87.84%-
XYZ26.212.2171.5-
YUV79.19209.73178.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.56%
GREEN value IS 15 (6.25% from 255) = 3.86%
BLUE value IS 224 (87.89% from 255) = 57.58%
R=38.56%
G=3.86%
B=57.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal150152240.330.9300.12278.7687.4546.86
Hex96FE0215D0C117572f
Octal226173404113501442712757
Binary100101101111111000001000011011101011001000101111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960fe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,15,224); }

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

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

 a { background-color: rgb(150,15,224); }

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

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

 span { border-color: rgb(150,15,224); }

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