#960FBA

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

Shades of Dark Violet #960FBA

Tints of Dark Violet #960FBA

Color information

#960FBA (or 0x960FBA) is unknown color: approx Dark Violet. HEX triplet: 96, 0F and BA. RGB value is (150,15,186). Sum of RGB (Red+Green+Blue) = 150+15+186=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #960FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960FBA is #69F045. Grayscale: #4A4A4A. Windows color (decimal): -6942790 or 12193686. OLE color: 12193686.

HSL color Cylindrical-coordinate representation of color #960FBA: hue angle of 287.37º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960FBA is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15015186-
CMYK0.190.9200.27
HSL287.37º85.07%39.41%-
HSV(B)287.37º91.94%72.94%-
XYZ21.6110.3747.32-
YUV74.86190.73181.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.74%
GREEN value IS 15 (6.25% from 255) = 4.27%
BLUE value IS 186 (73.05% from 255) = 52.99%
R=42.74%
G=4.27%
B=52.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150151860.190.9200.27287.3785.0739.41
Hex96FBA135C01B11f5527
Octal226172722313403343712547
Binary100101101111101110101001110111000110111000111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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