#8620E0

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

Shades of Blue Violet #8620E0

Tints of Blue Violet #8620E0

Color information

#8620E0 (or 0x8620E0) is unknown color: approx Blue Violet. HEX triplet: 86, 20 and E0. RGB value is (134,32,224). Sum of RGB (Red+Green+Blue) = 134+32+224=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 224 (87.89% from 255 or 57.44% from 390); Max value from RGB is 224 - color contains mainly: blue. Hex color #8620E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8620E0 is #79DF1F. Grayscale: #535353. Windows color (decimal): -7986976 or 14688390. OLE color: 14688390.

HSL color Cylindrical-coordinate representation of color #8620E0: hue angle of 271.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8620E0 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13432224-
CMYK0.400.8600.12
HSL271.88º75.59%50.2%-
HSV(B)271.88º85.71%87.84%-
XYZ23.811.4871.48-
YUV84.39206.79163.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 32 (12.89% from 255) = 8.21%
BLUE value IS 224 (87.89% from 255) = 57.44%
R=34.36%
G=8.21%
B=57.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal134322240.400.8600.12271.8875.5950.2
Hex8620E028560C1104c32
Octal206403405012601442011462
Binary10000110100000111000001010001010110011001000100001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8620E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8620E0; }

 p { color: rgb(134,32,224); }

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

<style>
 a { background-color: #8620E0; }

 a { background-color: rgb(134,32,224); }

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

<style>
 span { border-color: #8620E0; }

 span { border-color: rgb(134,32,224); }

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