Html Css Color HEX #8329AE Vivid Violet

📋 copy color: '#8329AE'

red 131 ◦ green 41 ◦ blue 174

#8329AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #8329AE

Tints of Vivid Violet #8329AE

RGB

 RED value IS 131 (51.56% from 255) = 37.86%

 GREEN value IS 41 (16.41% from 255) = 11.85%

 BLUE value IS 174 (68.36% from 255) = 50.29%

R = 37.86%
G = 11.85%
B = 50.29%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8329AE (or 0x8329AE) is known color: Vivid Violet. HEX triplet: 83, 29 and AE. RGB value is (131,41,174). Sum of RGB (Red+Green+Blue) = 131+41+174=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #8329AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8329AE is #7CD651. Grayscale: #525252. Windows color (decimal): -8181330 or 11413891. OLE color: 11413891.

HSL color Cylindrical-coordinate representation of color #8329AE: hue angle of 280.6º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8329AE is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 41 174 -
CMYK 0.25 0.76 0 0.32
HSL 280.6º 0.62% 0.42% -
HSV(B) 280.6º 0.76% 0.68% -
XYZ 17.79 9.47 40.93 -
YUV 83.07 179.32 162.19 -
System Red Green Blue C M Y K H S L
Decimal 131 41 174 0.25 0.76 0 0.32 280.6 0.62 0.42
Hex 83 29 AE 19 4C 0 20 119 3E 2A
Octal 203 51 256 31 114 0 40 431 76 52
Binary 10000011 101001 10101110 11001 1001100 0 100000 100011001 111110 101010

Color Harmonies of #8329AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8329AE

Black with #8329AE

Text Example


Text Example

White with #8329AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8329AE; }

 p { color: rgb(131,41,174); }

 H1.HeaderClassName
 {
   color: #8329AE;
 }
 .AnyTagClassName
 {
   color: #8329AE;
 }
</style>

background-color css

<style>
 a { background-color: #8329AE; }

 a { background-color: rgb(131,41,174); }

 div.DivClassName
 {
   background-color: #8329AE;
 }
 .BgClassName
 {
   background-color: #8329AE;
 }
</style>

border-color css

<style>
 span { border-color: #8329AE; }

 span { border-color: rgb(131,41,174); }

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