#800DCA

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

Shades of Dark Violet #800DCA

Tints of Dark Violet #800DCA

Color information

#800DCA (or 0x800DCA) is unknown color: approx Dark Violet. HEX triplet: 80, 0D and CA. RGB value is (128,13,202). Sum of RGB (Red+Green+Blue) = 128+13+202=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #800DCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DCA is #7FF235. Grayscale: #444444. Windows color (decimal): -8385078 or 13241728. OLE color: 13241728.

HSL color Cylindrical-coordinate representation of color #800DCA: hue angle of 276.51º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800DCA is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12813202-
CMYK0.370.9400.21
HSL276.51º87.91%42.16%-
HSV(B)276.51º93.56%79.22%-
XYZ19.719.1456.6-
YUV68.93203.1170.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.32%
GREEN value IS 13 (5.47% from 255) = 3.79%
BLUE value IS 202 (79.30% from 255) = 58.89%
R=37.32%
G=3.79%
B=58.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal128132020.370.9400.21276.5187.9142.16
Hex80DCA255E015115582a
Octal200153124513602542513052
Binary1000000011011100101010010110111100101011000101011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800DCA; }

 p { color: rgb(128,13,202); }

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

<style>
 a { background-color: #800DCA; }

 a { background-color: rgb(128,13,202); }

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

<style>
 span { border-color: #800DCA; }

 span { border-color: rgb(128,13,202); }

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