#940DB2

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

Shades of Dark Violet #940DB2

Tints of Dark Violet #940DB2

Color information

#940DB2 (or 0x940DB2) is unknown color: approx Dark Violet. HEX triplet: 94, 0D and B2. RGB value is (148,13,178). Sum of RGB (Red+Green+Blue) = 148+13+178=339 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.66% from 339); Green value is 13 (5.47% from 255 or 3.83% from 339); Blue value is 178 (69.92% from 255 or 52.51% from 339); Max value from RGB is 178 - color contains mainly: blue. Hex color #940DB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940DB2 is #6BF24D. Grayscale: #474747. Windows color (decimal): -7074382 or 11668884. OLE color: 11668884.

HSL color Cylindrical-coordinate representation of color #940DB2: hue angle of 289.09º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #940DB2 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14813178-
CMYK0.170.9300.30
HSL289.09º86.39%37.45%-
HSV(B)289.09º92.7%69.8%-
XYZ20.399.842.94-
YUV72.18187.73182.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.66%
GREEN value IS 13 (5.47% from 255) = 3.83%
BLUE value IS 178 (69.92% from 255) = 52.51%
R=43.66%
G=3.83%
B=52.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal148131780.170.9300.30289.0986.3937.45
Hex94DB2115D01E1215625
Octal224152622113503644112645
Binary100101001101101100101000110111010111101001000011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940DB2; }

 p { color: rgb(148,13,178); }

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

<style>
 a { background-color: #940DB2; }

 a { background-color: rgb(148,13,178); }

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

<style>
 span { border-color: #940DB2; }

 span { border-color: rgb(148,13,178); }

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