#960DBA

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

Shades of Dark Violet #960DBA

Tints of Dark Violet #960DBA

Color information

#960DBA (or 0x960DBA) is unknown color: approx Dark Violet. HEX triplet: 96, 0D and BA. RGB value is (150,13,186). Sum of RGB (Red+Green+Blue) = 150+13+186=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #960DBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960DBA is #69F245. Grayscale: #494949. Windows color (decimal): -6943302 or 12193174. OLE color: 12193174.

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

Color convert

RGB15013186-
CMYK0.190.9300.27
HSL287.51º86.93%39.02%-
HSV(B)287.51º93.01%72.94%-
XYZ21.5810.3247.31-
YUV73.68191.39182.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 13 (5.47% from 255) = 3.72%
BLUE value IS 186 (73.05% from 255) = 53.30%
R=42.98%
G=3.72%
B=53.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal150131860.190.9300.27287.5186.9339.02
Hex96DBA135D01B1205727
Octal226152722313503344012747
Binary100101101101101110101001110111010110111001000001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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