#8E22F5

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

Shades of Blue Violet #8E22F5

Tints of Blue Violet #8E22F5

Color information

#8E22F5 (or 0x8E22F5) is unknown color: approx Blue Violet. HEX triplet: 8E, 22 and F5. RGB value is (142,34,245). Sum of RGB (Red+Green+Blue) = 142+34+245=421 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.73% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 245 (96.09% from 255 or 58.19% from 421); Max value from RGB is 245 - color contains mainly: blue. Hex color #8E22F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E22F5 is #71DD0A. Grayscale: #595959. Windows color (decimal): -7462155 or 16065166. OLE color: 16065166.

HSL color Cylindrical-coordinate representation of color #8E22F5: hue angle of 270.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E22F5 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14234245-
CMYK0.420.8600.04
HSL270.71º91.34%54.71%-
HSV(B)270.71º86.12%96.08%-
XYZ28.2113.4987.5-
YUV90.35215.28164.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.73%
GREEN value IS 34 (13.67% from 255) = 8.08%
BLUE value IS 245 (96.09% from 255) = 58.19%
R=33.73%
G=8.08%
B=58.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal142342450.420.8600.04270.7191.3454.71
Hex8E22F52A560410f5b37
Octal21642365521260441713367
Binary1000111010001011110101101010101011001001000011111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E22F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E22F5; }

 p { color: rgb(142,34,245); }

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

<style>
 a { background-color: #8E22F5; }

 a { background-color: rgb(142,34,245); }

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

<style>
 span { border-color: #8E22F5; }

 span { border-color: rgb(142,34,245); }

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