#8317AC

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

Shades of Vivid Violet #8317AC

Tints of Vivid Violet #8317AC

Color information

#8317AC (or 0x8317AC) is unknown color: approx Vivid Violet. HEX triplet: 83, 17 and AC. RGB value is (131,23,172). Sum of RGB (Red+Green+Blue) = 131+23+172=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #8317AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8317AC is #7CE853. Grayscale: #474747. Windows color (decimal): -8185940 or 11278211. OLE color: 11278211.

HSL color Cylindrical-coordinate representation of color #8317AC: hue angle of 283.49º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8317AC is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13123172-
CMYK0.240.8700.33
HSL283.49º76.41%38.24%-
HSV(B)283.49º86.63%67.45%-
XYZ17.118.4239.75-
YUV72.28184.28169.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 23 (9.38% from 255) = 7.06%
BLUE value IS 172 (67.58% from 255) = 52.76%
R=40.18%
G=7.06%
B=52.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal131231720.240.8700.33283.4976.4138.24
Hex8317AC185702111b4c26
Octal203272543012704143311446
Binary10000011101111010110011000101011101000011000110111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8317AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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