#8317a2

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

Shades of Vivid Violet #8317A2

Tints of Vivid Violet #8317A2

Color information

#8317A2 (or 0x8317A2) is unknown color: approx Vivid Violet. HEX triplet: 83, 17 and A2. RGB value is (131,23,162). Sum of RGB (Red+Green+Blue) = 131+23+162=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 162 (63.67% from 255 or 51.27% from 316); Max value from RGB is 162 - color contains mainly: blue. Hex color #8317A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8317A2 is #7CE85D. Grayscale: #464646. Windows color (decimal): -8185950 or 10622851. OLE color: 10622851.

HSL color Cylindrical-coordinate representation of color #8317A2: hue angle of 286.62º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8317A2 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13123162-
CMYK0.190.8600.36
HSL286.62º75.14%36.27%-
HSV(B)286.62º85.8%63.53%-
XYZ16.198.0534.88-
YUV71.14179.28170.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.46%
GREEN value IS 23 (9.38% from 255) = 7.28%
BLUE value IS 162 (63.67% from 255) = 51.27%
R=41.46%
G=7.28%
B=51.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal131231620.190.8600.36286.6275.1436.27
Hex8317A2135602411f4b24
Octal203272422312604443711344
Binary10000011101111010001010011101011001001001000111111001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8317a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8317a2; }

 p { color: rgb(131,23,162); }

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

<style>
 a { background-color: #8317a2; }

 a { background-color: rgb(131,23,162); }

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

<style>
 span { border-color: #8317a2; }

 span { border-color: rgb(131,23,162); }

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