#960AB9

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

Shades of Dark Violet #960AB9

Tints of Dark Violet #960AB9

Color information

#960AB9 (or 0x960AB9) is unknown color: approx Dark Violet. HEX triplet: 96, 0A and B9. RGB value is (150,10,185). Sum of RGB (Red+Green+Blue) = 150+10+185=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 185 (72.66% from 255 or 53.62% from 345); Max value from RGB is 185 - color contains mainly: blue. Hex color #960AB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960AB9 is #69F546. Grayscale: #474747. Windows color (decimal): -6944071 or 12126870. OLE color: 12126870.

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

Color convert

RGB15010185-
CMYK0.190.9500.27
HSL288º89.74%38.24%-
HSV(B)288º94.59%72.55%-
XYZ21.4410.246.74-
YUV71.81191.88183.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.48%
GREEN value IS 10 (4.30% from 255) = 2.90%
BLUE value IS 185 (72.66% from 255) = 53.62%
R=43.48%
G=2.90%
B=53.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150101850.190.9500.2728889.7438.24
Hex96AB9135F01B1205a26
Octal226122712313703344013246
Binary100101101010101110011001110111110110111001000001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,10,185); }

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

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

 a { background-color: rgb(150,10,185); }

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

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

 span { border-color: rgb(150,10,185); }

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