#8813E8

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

Shades of Blue Violet #8813E8

Tints of Blue Violet #8813E8

Color information

#8813E8 (or 0x8813E8) is unknown color: approx Blue Violet. HEX triplet: 88, 13 and E8. RGB value is (136,19,232). Sum of RGB (Red+Green+Blue) = 136+19+232=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 19 (7.81% from 255 or 4.91% from 387); Blue value is 232 (91.02% from 255 or 59.95% from 387); Max value from RGB is 232 - color contains mainly: blue. Hex color #8813E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8813E8 is #77EC17. Grayscale: #4D4D4D. Windows color (decimal): -7859224 or 15209352. OLE color: 15209352.

HSL color Cylindrical-coordinate representation of color #8813E8: hue angle of 272.96º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8813E8 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13619232-
CMYK0.410.9200.09
HSL272.96º84.86%49.22%-
HSV(B)272.96º91.81%90.98%-
XYZ24.9511.5377.25-
YUV78.26214.76169.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 19 (7.81% from 255) = 4.91%
BLUE value IS 232 (91.02% from 255) = 59.95%
R=35.14%
G=4.91%
B=59.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal136192320.410.9200.09272.9684.8649.22
Hex8813E8295C091115531
Octal210233505113401142112561
Binary1000100010011111010001010011011100010011000100011010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8813E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8813E8; }

 p { color: rgb(136,19,232); }

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

<style>
 a { background-color: #8813E8; }

 a { background-color: rgb(136,19,232); }

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

<style>
 span { border-color: #8813E8; }

 span { border-color: rgb(136,19,232); }

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