#8620D7

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

Shades of Blue Violet #8620D7

Tints of Blue Violet #8620D7

Color information

#8620D7 (or 0x8620D7) is unknown color: approx Blue Violet. HEX triplet: 86, 20 and D7. RGB value is (134,32,215). Sum of RGB (Red+Green+Blue) = 134+32+215=381 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.17% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 215 (84.38% from 255 or 56.43% from 381); Max value from RGB is 215 - color contains mainly: blue. Hex color #8620D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8620D7 is #79DF28. Grayscale: #525252. Windows color (decimal): -7986985 or 14098566. OLE color: 14098566.

HSL color Cylindrical-coordinate representation of color #8620D7: hue angle of 273.44º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8620D7 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13432215-
CMYK0.380.8500.16
HSL273.44º74.09%48.43%-
HSV(B)273.44º85.12%84.31%-
XYZ22.6111.0165.22-
YUV83.36202.29164.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.17%
GREEN value IS 32 (12.89% from 255) = 8.40%
BLUE value IS 215 (84.38% from 255) = 56.43%
R=35.17%
G=8.40%
B=56.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal134322150.380.8500.16273.4474.0948.43
Hex8620D726550101114a30
Octal206403274612502042111260
Binary100001101000001101011110011010101010100001000100011001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8620D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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