#960FF5

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

Shades of Blue Violet #960FF5

Tints of Blue Violet #960FF5

Color information

#960FF5 (or 0x960FF5) is unknown color: approx Blue Violet. HEX triplet: 96, 0F and F5. RGB value is (150,15,245). Sum of RGB (Red+Green+Blue) = 150+15+245=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 15 (6.25% from 255 or 3.66% from 410); Blue value is 245 (96.09% from 255 or 59.76% from 410); Max value from RGB is 245 - color contains mainly: blue. Hex color #960FF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960FF5 is #69F00A. Grayscale: #505050. Windows color (decimal): -6942731 or 16060310. OLE color: 16060310.

HSL color Cylindrical-coordinate representation of color #960FF5: hue angle of 275.22º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960FF5 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15015245-
CMYK0.390.9400.04
HSL275.22º92%50.98%-
HSV(B)275.22º93.88%96.08%-
XYZ29.2313.4287.44-
YUV81.59220.23176.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.59%
GREEN value IS 15 (6.25% from 255) = 3.66%
BLUE value IS 245 (96.09% from 255) = 59.76%
R=36.59%
G=3.66%
B=59.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal150152450.390.9400.04275.229250.98
Hex96FF5275E041135c33
Octal22617365471360442313463
Binary10010110111111110101100111101111001001000100111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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