#803DE1

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

Shades of Blue Violet #803DE1

Tints of Blue Violet #803DE1

Color information

#803DE1 (or 0x803DE1) is unknown color: approx Blue Violet. HEX triplet: 80, 3D and E1. RGB value is (128,61,225). Sum of RGB (Red+Green+Blue) = 128+61+225=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 225 (88.28% from 255 or 54.35% from 414); Max value from RGB is 225 - color contains mainly: blue. Hex color #803DE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803DE1 is #7FC21E. Grayscale: #636363. Windows color (decimal): -8372767 or 14761344. OLE color: 14761344.

HSL color Cylindrical-coordinate representation of color #803DE1: hue angle of 264.51º degrees, saturation: 0.73, 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 #803DE1 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12861225-
CMYK0.430.7300.12
HSL264.51º73.21%56.08%-
HSV(B)264.51º72.89%88.24%-
XYZ24.1613.3672.54-
YUV99.73198.7148.16-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.92%
GREEN value IS 61 (24.22% from 255) = 14.73%
BLUE value IS 225 (88.28% from 255) = 54.35%
R=30.92%
G=14.73%
B=54.35%

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
Decimal128612250.430.7300.12264.5173.2156.08
Hex803DE12B490C1094938
Octal200753415311101441111170
Binary10000000111101111000011010111001001011001000010011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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