#800CD1

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

Shades of Dark Violet #800CD1

Tints of Dark Violet #800CD1

Color information

#800CD1 (or 0x800CD1) is unknown color: approx Dark Violet. HEX triplet: 80, 0C and D1. RGB value is (128,12,209). Sum of RGB (Red+Green+Blue) = 128+12+209=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 209 (82.03% from 255 or 59.89% from 349); Max value from RGB is 209 - color contains mainly: blue. Hex color #800CD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800CD1 is #7FF32E. Grayscale: #444444. Windows color (decimal): -8385327 or 13700224. OLE color: 13700224.

HSL color Cylindrical-coordinate representation of color #800CD1: hue angle of 275.33º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800CD1 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12812209-
CMYK0.390.9400.18
HSL275.33º89.14%43.33%-
HSV(B)275.33º94.26%81.96%-
XYZ20.549.4661.06-
YUV69.14206.93169.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 12 (5.08% from 255) = 3.44%
BLUE value IS 209 (82.03% from 255) = 59.89%
R=36.68%
G=3.44%
B=59.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal128122090.390.9400.18275.3389.1443.33
Hex80CD1275E012113592b
Octal200143214713602242313153
Binary1000000011001101000110011110111100100101000100111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,12,209); }

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

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

 a { background-color: rgb(128,12,209); }

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

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

 span { border-color: rgb(128,12,209); }

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