#8517D6

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

Shades of Blue Violet #8517D6

Tints of Blue Violet #8517D6

Color information

#8517D6 (or 0x8517D6) is unknown color: approx Blue Violet. HEX triplet: 85, 17 and D6. RGB value is (133,23,214). Sum of RGB (Red+Green+Blue) = 133+23+214=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 214 (83.98% from 255 or 57.84% from 370); Max value from RGB is 214 - color contains mainly: blue. Hex color #8517D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8517D6 is #7AE829. Grayscale: #4D4D4D. Windows color (decimal): -8054826 or 14030725. OLE color: 14030725.

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

Color convert

RGB13323214-
CMYK0.380.8900.16
HSL274.55º80.59%46.47%-
HSV(B)274.55º89.25%83.92%-
XYZ22.1210.4564.47-
YUV77.66204.94167.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 23 (9.38% from 255) = 6.22%
BLUE value IS 214 (83.98% from 255) = 57.84%
R=35.95%
G=6.22%
B=57.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133232140.380.8900.16274.5580.5946.47
Hex8517D62659010113512e
Octal205273264613102042312156
Binary10000101101111101011010011010110010100001000100111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8517D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8517D6; }

 p { color: rgb(133,23,214); }

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

<style>
 a { background-color: #8517D6; }

 a { background-color: rgb(133,23,214); }

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

<style>
 span { border-color: #8517D6; }

 span { border-color: rgb(133,23,214); }

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