#803FED

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

Shades of Blue Violet #803FED

Tints of Blue Violet #803FED

Color information

#803FED (or 0x803FED) is unknown color: approx Blue Violet. HEX triplet: 80, 3F and ED. RGB value is (128,63,237). Sum of RGB (Red+Green+Blue) = 128+63+237=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 237 (92.97% from 255 or 55.37% from 428); Max value from RGB is 237 - color contains mainly: blue. Hex color #803FED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803FED is #7FC012. Grayscale: #656565. Windows color (decimal): -8372243 or 15548288. OLE color: 15548288.

HSL color Cylindrical-coordinate representation of color #803FED: hue angle of 262.41º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #803FED is Cyan = 0.46, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12863237-
CMYK0.460.7300.07
HSL262.41º82.86%58.82%-
HSV(B)262.41º73.42%92.94%-
XYZ25.9714.2681.5-
YUV102.27204.03146.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.91%
GREEN value IS 63 (25% from 255) = 14.72%
BLUE value IS 237 (92.97% from 255) = 55.37%
R=29.91%
G=14.72%
B=55.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal128632370.460.7300.07262.4182.8658.82
Hex803FED2E4907106533b
Octal20077355561110740612373
Binary1000000011111111101101101110100100101111000001101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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