#803AF1

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

Shades of Blue Violet #803AF1

Tints of Blue Violet #803AF1

Color information

#803AF1 (or 0x803AF1) is unknown color: approx Blue Violet. HEX triplet: 80, 3A and F1. RGB value is (128,58,241). Sum of RGB (Red+Green+Blue) = 128+58+241=427 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.98% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 241 (94.53% from 255 or 56.44% from 427); Max value from RGB is 241 - color contains mainly: blue. Hex color #803AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803AF1 is #7FC50E. Grayscale: #636363. Windows color (decimal): -8373519 or 15809152. OLE color: 15809152.

HSL color Cylindrical-coordinate representation of color #803AF1: hue angle of 262.95º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #803AF1 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12858241-
CMYK0.470.7600.05
HSL262.95º86.73%58.63%-
HSV(B)262.95º75.93%94.51%-
XYZ26.2913.9784.53-
YUV99.79207.69148.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.98%
GREEN value IS 58 (23.05% from 255) = 13.58%
BLUE value IS 241 (94.53% from 255) = 56.44%
R=29.98%
G=13.58%
B=56.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal128582410.470.7600.05262.9586.7358.63
Hex803AF12F4C05107573b
Octal20072361571140540712773
Binary1000000011101011110001101111100110001011000001111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,58,241); }

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

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

 a { background-color: rgb(128,58,241); }

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

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

 span { border-color: rgb(128,58,241); }

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