#8813F2

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

Shades of Blue Violet #8813F2

Tints of Blue Violet #8813F2

Color information

#8813F2 (or 0x8813F2) is unknown color: approx Blue Violet. HEX triplet: 88, 13 and F2. RGB value is (136,19,242). Sum of RGB (Red+Green+Blue) = 136+19+242=397 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.26% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 242 (94.92% from 255 or 60.96% from 397); Max value from RGB is 242 - color contains mainly: blue. Hex color #8813F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8813F2 is #77EC0D. Grayscale: #4E4E4E. Windows color (decimal): -7859214 or 15864712. OLE color: 15864712.

HSL color Cylindrical-coordinate representation of color #8813F2: hue angle of 271.48º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8813F2 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13619242-
CMYK0.440.9200.05
HSL271.48º89.56%51.18%-
HSV(B)271.48º92.15%94.9%-
XYZ26.4112.1184.95-
YUV79.4219.76168.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.26%
GREEN value IS 19 (7.81% from 255) = 4.79%
BLUE value IS 242 (94.92% from 255) = 60.96%
R=34.26%
G=4.79%
B=60.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal136192420.440.9200.05271.4889.5651.18
Hex8813F22C5C0510f5a33
Octal21023362541340541713263
Binary100010001001111110010101100101110001011000011111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8813F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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