#8620D5

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

Shades of Blue Violet #8620D5

Tints of Blue Violet #8620D5

Color information

#8620D5 (or 0x8620D5) is unknown color: approx Blue Violet. HEX triplet: 86, 20 and D5. RGB value is (134,32,213). Sum of RGB (Red+Green+Blue) = 134+32+213=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 213 (83.59% from 255 or 56.20% from 379); Max value from RGB is 213 - color contains mainly: blue. Hex color #8620D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8620D5 is #79DF2A. Grayscale: #525252. Windows color (decimal): -7986987 or 13967494. OLE color: 13967494.

HSL color Cylindrical-coordinate representation of color #8620D5: hue angle of 273.81º 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 #8620D5 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13432213-
CMYK0.370.8500.16
HSL273.81º73.88%48.04%-
HSV(B)273.81º84.98%83.53%-
XYZ22.3610.9163.88-
YUV83.13201.29164.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 32 (12.89% from 255) = 8.44%
BLUE value IS 213 (83.59% from 255) = 56.20%
R=35.36%
G=8.44%
B=56.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal134322130.370.8500.16273.8173.8848.04
Hex8620D525550101124a30
Octal206403254512502042211260
Binary100001101000001101010110010110101010100001000100101001010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8620D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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