#803FD0

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

Shades of Blue Violet #803FD0

Tints of Blue Violet #803FD0

Color information

#803FD0 (or 0x803FD0) is unknown color: approx Blue Violet. HEX triplet: 80, 3F and D0. RGB value is (128,63,208). Sum of RGB (Red+Green+Blue) = 128+63+208=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #803FD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803FD0 is #7FC02F. Grayscale: #626262. Windows color (decimal): -8372272 or 13647744. OLE color: 13647744.

HSL color Cylindrical-coordinate representation of color #803FD0: hue angle of 266.9º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #803FD0 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12863208-
CMYK0.380.7000.18
HSL266.9º60.67%53.14%-
HSV(B)266.9º69.71%81.57%-
XYZ22.0612.760.96-
YUV98.96189.53148.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.08%
GREEN value IS 63 (25% from 255) = 15.79%
BLUE value IS 208 (81.64% from 255) = 52.13%
R=32.08%
G=15.79%
B=52.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal128632080.380.7000.18266.960.6753.14
Hex803FD0264601210b3d35
Octal20077320461060224137565
Binary10000000111111110100001001101000110010010100001011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803FD0; }

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

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

<style>
 a { background-color: #803FD0; }

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

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

<style>
 span { border-color: #803FD0; }

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

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