#800BE8

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

Shades of Blue Violet #800BE8

Tints of Blue Violet #800BE8

Color information

#800BE8 (or 0x800BE8) is unknown color: approx Blue Violet. HEX triplet: 80, 0B and E8. RGB value is (128,11,232). Sum of RGB (Red+Green+Blue) = 128+11+232=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 232 (91.02% from 255 or 62.53% from 371); Max value from RGB is 232 - color contains mainly: blue. Hex color #800BE8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800BE8 is #7FF417. Grayscale: #464646. Windows color (decimal): -8385560 or 15207296. OLE color: 15207296.

HSL color Cylindrical-coordinate representation of color #800BE8: hue angle of 271.76º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800BE8 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12811232-
CMYK0.450.9500.09
HSL271.76º90.95%47.65%-
HSV(B)271.76º95.26%90.98%-
XYZ23.5910.6577.16-
YUV71.18218.76168.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 34.50%
GREEN value IS 11 (4.69% from 255) = 2.96%
BLUE value IS 232 (91.02% from 255) = 62.53%
R=34.50%
G=2.96%
B=62.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal128112320.450.9500.09271.7690.9547.65
Hex80BE82D5F091105b30
Octal200133505513701142013360
Binary100000001011111010001011011011111010011000100001011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800BE8; }

 p { color: rgb(128,11,232); }

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

<style>
 a { background-color: #800BE8; }

 a { background-color: rgb(128,11,232); }

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

<style>
 span { border-color: #800BE8; }

 span { border-color: rgb(128,11,232); }

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