#803BED

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

Shades of Blue Violet #803BED

Tints of Blue Violet #803BED

Color information

#803BED (or 0x803BED) is unknown color: approx Blue Violet. HEX triplet: 80, 3B and ED. RGB value is (128,59,237). Sum of RGB (Red+Green+Blue) = 128+59+237=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 237 (92.97% from 255 or 55.90% from 424); Max value from RGB is 237 - color contains mainly: blue. Hex color #803BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #803BED is #7FC412. Grayscale: #636363. Windows color (decimal): -8373267 or 15547264. OLE color: 15547264.

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

Color convert

RGB12859237-
CMYK0.460.7500.07
HSL263.26º83.18%58.04%-
HSV(B)263.26º75.11%92.94%-
XYZ25.7513.8381.43-
YUV99.92205.36148.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.19%
GREEN value IS 59 (23.44% from 255) = 13.92%
BLUE value IS 237 (92.97% from 255) = 55.90%
R=30.19%
G=13.92%
B=55.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal128592370.460.7500.07263.2683.1858.04
Hex803BED2E4B07107533a
Octal20073355561130740712372
Binary1000000011101111101101101110100101101111000001111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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