#803DE8

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

Shades of Blue Violet #803DE8

Tints of Blue Violet #803DE8

Color information

#803DE8 (or 0x803DE8) is unknown color: approx Blue Violet. HEX triplet: 80, 3D and E8. RGB value is (128,61,232). Sum of RGB (Red+Green+Blue) = 128+61+232=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 232 (91.02% from 255 or 55.11% from 421); Max value from RGB is 232 - color contains mainly: blue. Hex color #803DE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803DE8 is #7FC217. Grayscale: #636363. Windows color (decimal): -8372760 or 15220096. OLE color: 15220096.

HSL color Cylindrical-coordinate representation of color #803DE8: hue angle of 263.51º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #803DE8 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12861232-
CMYK0.450.7400.09
HSL263.51º78.8%57.45%-
HSV(B)263.51º73.71%90.98%-
XYZ25.1413.7577.67-
YUV100.53202.2147.6-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.40%
GREEN value IS 61 (24.22% from 255) = 14.49%
BLUE value IS 232 (91.02% from 255) = 55.11%
R=30.40%
G=14.49%
B=55.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal128612320.450.7400.09263.5178.857.45
Hex803DE82D4A091084f39
Octal200753505511201141011771
Binary10000000111101111010001011011001010010011000010001001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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