#801AD0

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

Shades of Blue Violet #801AD0

Tints of Blue Violet #801AD0

Color information

#801AD0 (or 0x801AD0) is unknown color: approx Blue Violet. HEX triplet: 80, 1A and D0. RGB value is (128,26,208). Sum of RGB (Red+Green+Blue) = 128+26+208=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 208 (81.64% from 255 or 57.46% from 362); Max value from RGB is 208 - color contains mainly: blue. Hex color #801AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801AD0 is #7FE52F. Grayscale: #4C4C4C. Windows color (decimal): -8381744 or 13638272. OLE color: 13638272.

HSL color Cylindrical-coordinate representation of color #801AD0: hue angle of 273.63º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801AD0 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12826208-
CMYK0.380.8800.18
HSL273.63º77.78%45.88%-
HSV(B)273.63º87.5%81.57%-
XYZ20.669.8860.49-
YUV77.25201.79164.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.36%
GREEN value IS 26 (10.55% from 255) = 7.18%
BLUE value IS 208 (81.64% from 255) = 57.46%
R=35.36%
G=7.18%
B=57.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal128262080.380.8800.18273.6377.7845.88
Hex801AD026580121124e2e
Octal200323204613002242211656
Binary10000000110101101000010011010110000100101000100101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,26,208); }

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

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

 a { background-color: rgb(128,26,208); }

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

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

 span { border-color: rgb(128,26,208); }

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