#960ABA

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

Shades of Dark Violet #960ABA

Tints of Dark Violet #960ABA

Color information

#960ABA (or 0x960ABA) is unknown color: approx Dark Violet. HEX triplet: 96, 0A and BA. RGB value is (150,10,186). Sum of RGB (Red+Green+Blue) = 150+10+186=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #960ABA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960ABA is #69F545. Grayscale: #474747. Windows color (decimal): -6944070 or 12192406. OLE color: 12192406.

HSL color Cylindrical-coordinate representation of color #960ABA: hue angle of 287.73º 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 #960ABA is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15010186-
CMYK0.190.9500.27
HSL287.73º89.8%38.43%-
HSV(B)287.73º94.62%72.94%-
XYZ21.5510.2547.3-
YUV71.92192.38183.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.35%
GREEN value IS 10 (4.30% from 255) = 2.89%
BLUE value IS 186 (73.05% from 255) = 53.76%
R=43.35%
G=2.89%
B=53.76%

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
Decimal150101860.190.9500.27287.7389.838.43
Hex96ABA135F01B1205a26
Octal226122722313703344013246
Binary100101101010101110101001110111110110111001000001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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