#8616D7

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

Shades of Blue Violet #8616D7

Tints of Blue Violet #8616D7

Color information

#8616D7 (or 0x8616D7) is unknown color: approx Blue Violet. HEX triplet: 86, 16 and D7. RGB value is (134,22,215). Sum of RGB (Red+Green+Blue) = 134+22+215=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 215 (84.38% from 255 or 57.95% from 371); Max value from RGB is 215 - color contains mainly: blue. Hex color #8616D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8616D7 is #79E928. Grayscale: #4C4C4C. Windows color (decimal): -7989545 or 14096006. OLE color: 14096006.

HSL color Cylindrical-coordinate representation of color #8616D7: hue angle of 274.82º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8616D7 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13422215-
CMYK0.380.9000.16
HSL274.82º81.43%46.47%-
HSV(B)274.82º89.77%84.31%-
XYZ22.3810.5565.15-
YUV77.49205.61168.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 22 (8.98% from 255) = 5.93%
BLUE value IS 215 (84.38% from 255) = 57.95%
R=36.12%
G=5.93%
B=57.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal134222150.380.9000.16274.8281.4346.47
Hex8616D7265A010113512e
Octal206263274613202042312156
Binary10000110101101101011110011010110100100001000100111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8616D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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