#8327AD

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

Shades of Vivid Violet #8327AD

Tints of Vivid Violet #8327AD

Color information

#8327AD (or 0x8327AD) is unknown color: approx Vivid Violet. HEX triplet: 83, 27 and AD. RGB value is (131,39,173). Sum of RGB (Red+Green+Blue) = 131+39+173=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #8327AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8327AD is #7CD852. Grayscale: #515151. Windows color (decimal): -8181843 or 11347843. OLE color: 11347843.

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

Color convert

RGB13139173-
CMYK0.240.7700.32
HSL281.19º63.21%41.57%-
HSV(B)281.19º77.46%67.84%-
XYZ17.639.2940.4-
YUV81.78179.48163.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.19%
GREEN value IS 39 (15.62% from 255) = 11.37%
BLUE value IS 173 (67.97% from 255) = 50.44%
R=38.19%
G=11.37%
B=50.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal131391730.240.7700.32281.1963.2141.57
Hex8327AD184D0201193f2a
Octal20347255301150404317752
Binary10000011100111101011011100010011010100000100011001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8327AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,39,173); }

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

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

 a { background-color: rgb(131,39,173); }

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

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

 span { border-color: rgb(131,39,173); }

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