#8217A7

Color #8217A7 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8217A7

Tints of Vivid Violet #8217A7

Color information

#8217A7 (or 0x8217A7) is unknown color: approx Vivid Violet. HEX triplet: 82, 17 and A7. RGB value is (130,23,167). Sum of RGB (Red+Green+Blue) = 130+23+167=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 167 (65.62% from 255 or 52.19% from 320); Max value from RGB is 167 - color contains mainly: blue. Hex color #8217A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8217A7 is #7DE858. Grayscale: #464646. Windows color (decimal): -8251481 or 10950530. OLE color: 10950530.

HSL color Cylindrical-coordinate representation of color #8217A7: hue angle of 284.58º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8217A7 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13023167-
CMYK0.220.8600.35
HSL284.58º75.79%37.25%-
HSV(B)284.58º86.23%65.49%-
XYZ16.498.1537.26-
YUV71.41181.95169.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 23 (9.38% from 255) = 7.19%
BLUE value IS 167 (65.62% from 255) = 52.19%
R=40.62%
G=7.19%
B=52.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal130231670.220.8600.35284.5875.7937.25
Hex8217A7165602311d4c25
Octal202272472612604343511445
Binary10000010101111010011110110101011001000111000111011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8217A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8217A7; }

 p { color: rgb(130,23,167); }

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

<style>
 a { background-color: #8217A7; }

 a { background-color: rgb(130,23,167); }

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

<style>
 span { border-color: #8217A7; }

 span { border-color: rgb(130,23,167); }

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