#8516D7

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

Shades of Blue Violet #8516D7

Tints of Blue Violet #8516D7

Color information

#8516D7 (or 0x8516D7) is unknown color: approx Blue Violet. HEX triplet: 85, 16 and D7. RGB value is (133,22,215). Sum of RGB (Red+Green+Blue) = 133+22+215=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 215 (84.38% from 255 or 58.11% from 370); Max value from RGB is 215 - color contains mainly: blue. Hex color #8516D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8516D7 is #7AE928. Grayscale: #4C4C4C. Windows color (decimal): -8055081 or 14096005. OLE color: 14096005.

HSL color Cylindrical-coordinate representation of color #8516D7: hue angle of 274.51º 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 #8516D7 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13322215-
CMYK0.380.9000.16
HSL274.51º81.43%46.47%-
HSV(B)274.51º89.77%84.31%-
XYZ22.2310.4765.14-
YUV77.19205.77167.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 22 (8.98% from 255) = 5.95%
BLUE value IS 215 (84.38% from 255) = 58.11%
R=35.95%
G=5.95%
B=58.11%

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
Decimal133222150.380.9000.16274.5181.4346.47
Hex8516D7265A010113512e
Octal205263274613202042312156
Binary10000101101101101011110011010110100100001000100111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8516D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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