#803DE0

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

Shades of Blue Violet #803DE0

Tints of Blue Violet #803DE0

Color information

#803DE0 (or 0x803DE0) is unknown color: approx Blue Violet. HEX triplet: 80, 3D and E0. RGB value is (128,61,224). Sum of RGB (Red+Green+Blue) = 128+61+224=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 224 (87.89% from 255 or 54.24% from 413); Max value from RGB is 224 - color contains mainly: blue. Hex color #803DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803DE0 is #7FC21F. Grayscale: #636363. Windows color (decimal): -8372768 or 14695808. OLE color: 14695808.

HSL color Cylindrical-coordinate representation of color #803DE0: hue angle of 264.66º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #803DE0 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12861224-
CMYK0.430.7300.12
HSL264.66º72.44%55.88%-
HSV(B)264.66º72.77%87.84%-
XYZ24.0313.3171.82-
YUV99.62198.2148.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.99%
GREEN value IS 61 (24.22% from 255) = 14.77%
BLUE value IS 224 (87.89% from 255) = 54.24%
R=30.99%
G=14.77%
B=54.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal128612240.430.7300.12264.6672.4455.88
Hex803DE02B490C1094838
Octal200753405311101441111070
Binary10000000111101111000001010111001001011001000010011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,61,224); }

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

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

 a { background-color: rgb(128,61,224); }

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

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

 span { border-color: rgb(128,61,224); }

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