#960ABC

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

Shades of Dark Violet #960ABC

Tints of Dark Violet #960ABC

Color information

#960ABC (or 0x960ABC) is unknown color: approx Dark Violet. HEX triplet: 96, 0A and BC. RGB value is (150,10,188). Sum of RGB (Red+Green+Blue) = 150+10+188=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #960ABC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960ABC is #69F543. Grayscale: #474747. Windows color (decimal): -6944068 or 12323478. OLE color: 12323478.

HSL color Cylindrical-coordinate representation of color #960ABC: hue angle of 287.19º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960ABC is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15010188-
CMYK0.200.9500.26
HSL287.19º89.9%38.82%-
HSV(B)287.19º94.68%73.73%-
XYZ21.7610.3348.42-
YUV72.15193.38183.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.10%
GREEN value IS 10 (4.30% from 255) = 2.87%
BLUE value IS 188 (73.83% from 255) = 54.02%
R=43.10%
G=2.87%
B=54.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal150101880.200.9500.26287.1989.938.82
Hex96ABC145F01A11f5a27
Octal226122742413703243713247
Binary100101101010101111001010010111110110101000111111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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