#801DCF

Color #801DCF Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #801DCF

Tints of Blue Violet #801DCF

Color information

#801DCF (or 0x801DCF) is unknown color: approx Blue Violet. HEX triplet: 80, 1D and CF. RGB value is (128,29,207). Sum of RGB (Red+Green+Blue) = 128+29+207=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 29 (11.72% from 255 or 7.97% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #801DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801DCF is #7FE230. Grayscale: #4E4E4E. Windows color (decimal): -8380977 or 13573504. OLE color: 13573504.

HSL color Cylindrical-coordinate representation of color #801DCF: hue angle of 273.37º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801DCF is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12829207-
CMYK0.380.8600.19
HSL273.37º75.42%46.27%-
HSV(B)273.37º85.99%81.18%-
XYZ20.69.9759.87-
YUV78.89200.3163.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.16%
GREEN value IS 29 (11.72% from 255) = 7.97%
BLUE value IS 207 (81.25% from 255) = 56.87%
R=35.16%
G=7.97%
B=56.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128292070.380.8600.19273.3775.4246.27
Hex801DCF26560131114b2e
Octal200353174612602342111356
Binary10000000111011100111110011010101100100111000100011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801DCF; }

 p { color: rgb(128,29,207); }

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

<style>
 a { background-color: #801DCF; }

 a { background-color: rgb(128,29,207); }

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

<style>
 span { border-color: #801DCF; }

 span { border-color: rgb(128,29,207); }

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