#960DB5

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

Shades of Dark Violet #960DB5

Tints of Dark Violet #960DB5

Color information

#960DB5 (or 0x960DB5) is unknown color: approx Dark Violet. HEX triplet: 96, 0D and B5. RGB value is (150,13,181). Sum of RGB (Red+Green+Blue) = 150+13+181=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 181 (71.09% from 255 or 52.62% from 344); Max value from RGB is 181 - color contains mainly: blue. Hex color #960DB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960DB5 is #69F24A. Grayscale: #484848. Windows color (decimal): -6943307 or 11865494. OLE color: 11865494.

HSL color Cylindrical-coordinate representation of color #960DB5: hue angle of 288.93º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960DB5 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15013181-
CMYK0.170.9300.29
HSL288.93º86.6%38.04%-
HSV(B)288.93º92.82%70.98%-
XYZ21.0610.1144.56-
YUV73.12188.89182.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 13 (5.47% from 255) = 3.78%
BLUE value IS 181 (71.09% from 255) = 52.62%
R=43.60%
G=3.78%
B=52.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal150131810.170.9300.29288.9386.638.04
Hex96DB5115D01D1215726
Octal226152652113503544112746
Binary100101101101101101011000110111010111011001000011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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