#8813FA

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

Shades of Blue Violet #8813FA

Tints of Blue Violet #8813FA

Color information

#8813FA (or 0x8813FA) is unknown color: approx Blue Violet. HEX triplet: 88, 13 and FA. RGB value is (136,19,250). Sum of RGB (Red+Green+Blue) = 136+19+250=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #8813FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8813FA is #77EC05. Grayscale: #4F4F4F. Windows color (decimal): -7859206 or 16389000. OLE color: 16389000.

HSL color Cylindrical-coordinate representation of color #8813FA: hue angle of 270.39º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8813FA is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13619250-
CMYK0.460.9200.02
HSL270.39º95.85%52.75%-
HSV(B)270.39º92.4%98.04%-
XYZ27.6412.691.42-
YUV80.32223.76167.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.58%
GREEN value IS 19 (7.81% from 255) = 4.69%
BLUE value IS 250 (98.05% from 255) = 61.73%
R=33.58%
G=4.69%
B=61.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal136192500.460.9200.02270.3995.8552.75
Hex8813FA2E5C0210e6035
Octal21023372561340241614065
Binary10001000100111111101010111010111000101000011101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8813FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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