#803cf9

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

Shades of Blue Violet #803CF9

Tints of Blue Violet #803CF9

Color information

#803CF9 (or 0x803CF9) is unknown color: approx Blue Violet. HEX triplet: 80, 3C and F9. RGB value is (128,60,249). Sum of RGB (Red+Green+Blue) = 128+60+249=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 249 (97.66% from 255 or 56.98% from 437); Max value from RGB is 249 - color contains mainly: blue. Hex color #803CF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803CF9 is #7FC306. Grayscale: #656565. Windows color (decimal): -8372999 or 16333952. OLE color: 16333952.

HSL color Cylindrical-coordinate representation of color #803CF9: hue angle of 261.59º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #803CF9 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12860249-
CMYK0.490.7600.02
HSL261.59º94.03%60.59%-
HSV(B)261.59º75.9%97.65%-
XYZ27.6214.6691-
YUV101.88211.03146.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.29%
GREEN value IS 60 (23.83% from 255) = 13.73%
BLUE value IS 249 (97.66% from 255) = 56.98%
R=29.29%
G=13.73%
B=56.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal128602490.490.7600.02261.5994.0360.59
Hex803CF9314C021065e3d
Octal20074371611140240613675
Binary100000001111001111100111000110011000101000001101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803cf9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,60,249); }

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

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

 a { background-color: rgb(128,60,249); }

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

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

 span { border-color: rgb(128,60,249); }

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