#803FD2

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

Shades of Blue Violet #803FD2

Tints of Blue Violet #803FD2

Color information

#803FD2 (or 0x803FD2) is unknown color: approx Blue Violet. HEX triplet: 80, 3F and D2. RGB value is (128,63,210). Sum of RGB (Red+Green+Blue) = 128+63+210=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 210 (82.42% from 255 or 52.37% from 401); Max value from RGB is 210 - color contains mainly: blue. Hex color #803FD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803FD2 is #7FC02D. Grayscale: #626262. Windows color (decimal): -8372270 or 13778816. OLE color: 13778816.

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

Color convert

RGB12863210-
CMYK0.390.7000.18
HSL266.53º62.03%53.53%-
HSV(B)266.53º70%82.35%-
XYZ22.3112.862.27-
YUV99.19190.53148.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 63 (25% from 255) = 15.71%
BLUE value IS 210 (82.42% from 255) = 52.37%
R=31.92%
G=15.71%
B=52.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal128632100.390.7000.18266.5362.0353.53
Hex803FD2274601210b3e36
Octal20077322471060224137666
Binary10000000111111110100101001111000110010010100001011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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