#803DD1

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

Shades of Blue Violet #803DD1

Tints of Blue Violet #803DD1

Color information

#803DD1 (or 0x803DD1) is unknown color: approx Blue Violet. HEX triplet: 80, 3D and D1. RGB value is (128,61,209). Sum of RGB (Red+Green+Blue) = 128+61+209=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #803DD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803DD1 is #7FC22E. Grayscale: #616161. Windows color (decimal): -8372783 or 13712768. OLE color: 13712768.

HSL color Cylindrical-coordinate representation of color #803DD1: hue angle of 267.16º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #803DD1 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12861209-
CMYK0.390.7100.18
HSL267.16º61.67%52.94%-
HSV(B)267.16º70.81%81.96%-
XYZ22.0812.5361.58-
YUV97.9190.7149.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.16%
GREEN value IS 61 (24.22% from 255) = 15.33%
BLUE value IS 209 (82.03% from 255) = 52.51%
R=32.16%
G=15.33%
B=52.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal128612090.390.7100.18267.1661.6752.94
Hex803DD1274701210b3e35
Octal20075321471070224137665
Binary10000000111101110100011001111000111010010100001011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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