#960FFA

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

Shades of Blue Violet #960FFA

Tints of Blue Violet #960FFA

Color information

#960FFA (or 0x960FFA) is unknown color: approx Blue Violet. HEX triplet: 96, 0F and FA. RGB value is (150,15,250). Sum of RGB (Red+Green+Blue) = 150+15+250=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #960FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #960FFA is #69F005. Grayscale: #515151. Windows color (decimal): -6942726 or 16387990. OLE color: 16387990.

HSL color Cylindrical-coordinate representation of color #960FFA: hue angle of 274.47º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960FFA is Cyan = 0.4, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB15015250-
CMYK0.40.9400.02
HSL274.47º95.92%51.96%-
HSV(B)274.47º94%98.04%-
XYZ3013.7391.51-
YUV82.16222.73176.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 15 (6.25% from 255) = 3.61%
BLUE value IS 250 (98.05% from 255) = 60.24%
R=36.14%
G=3.61%
B=60.24%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal150152500.40.9400.02274.4795.9251.96
Hex96FFA285E021126034
Octal22617372501360242214064
Binary1001011011111111101010100010111100101000100101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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