#8716D3

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

Shades of Blue Violet #8716D3

Tints of Blue Violet #8716D3

Color information

#8716D3 (or 0x8716D3) is unknown color: approx Blue Violet. HEX triplet: 87, 16 and D3. RGB value is (135,22,211). Sum of RGB (Red+Green+Blue) = 135+22+211=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 211 (82.81% from 255 or 57.34% from 368); Max value from RGB is 211 - color contains mainly: blue. Hex color #8716D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8716D3 is #78E92C. Grayscale: #4C4C4C. Windows color (decimal): -7924013 or 13833863. OLE color: 13833863.

HSL color Cylindrical-coordinate representation of color #8716D3: hue angle of 275.87º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8716D3 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13522211-
CMYK0.360.9000.17
HSL275.87º81.12%45.69%-
HSV(B)275.87º89.57%82.75%-
XYZ22.0410.4362.48-
YUV77.33203.44169.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.68%
GREEN value IS 22 (8.98% from 255) = 5.98%
BLUE value IS 211 (82.81% from 255) = 57.34%
R=36.68%
G=5.98%
B=57.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal135222110.360.9000.17275.8781.1245.69
Hex8716D3245A011114512e
Octal207263234413202142412156
Binary10000111101101101001110010010110100100011000101001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8716D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8716D3; }

 p { color: rgb(135,22,211); }

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

<style>
 a { background-color: #8716D3; }

 a { background-color: rgb(135,22,211); }

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

<style>
 span { border-color: #8716D3; }

 span { border-color: rgb(135,22,211); }

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