#8117AD

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

Shades of Vivid Violet #8117AD

Tints of Vivid Violet #8117AD

Color information

#8117AD (or 0x8117AD) is unknown color: approx Vivid Violet. HEX triplet: 81, 17 and AD. RGB value is (129,23,173). Sum of RGB (Red+Green+Blue) = 129+23+173=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #8117AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8117AD is #7EE852. Grayscale: #474747. Windows color (decimal): -8317011 or 11343745. OLE color: 11343745.

HSL color Cylindrical-coordinate representation of color #8117AD: hue angle of 282.4º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8117AD is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12923173-
CMYK0.250.8700.32
HSL282.4º76.53%38.43%-
HSV(B)282.4º86.71%67.84%-
XYZ16.98.340.25-
YUV71.79185.12168.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.69%
GREEN value IS 23 (9.38% from 255) = 7.08%
BLUE value IS 173 (67.97% from 255) = 53.23%
R=39.69%
G=7.08%
B=53.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129231730.250.8700.32282.476.5338.43
Hex8117AD195702011a4d26
Octal201272553112704043211546
Binary10000001101111010110111001101011101000001000110101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8117AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8117AD; }

 p { color: rgb(129,23,173); }

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

<style>
 a { background-color: #8117AD; }

 a { background-color: rgb(129,23,173); }

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

<style>
 span { border-color: #8117AD; }

 span { border-color: rgb(129,23,173); }

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