Html Css Color HEX #8320AE Vivid Violet

📋 copy color: '#8320AE'

red 131 ◦ green 32 ◦ blue 174

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

Shades of Vivid Violet #8320AE

Tints of Vivid Violet #8320AE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.5%

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

R = 38.87%
G = 9.5%
B = 51.63%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8320AE (or 0x8320AE) is known color: Vivid Violet. HEX triplet: 83, 20 and AE. RGB value is (131,32,174). Sum of RGB (Red+Green+Blue) = 131+32+174=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #8320AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8320AE is #7CDF51. Grayscale: #4D4D4D. Windows color (decimal): -8183634 or 11411587. OLE color: 11411587.

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

Color convert

RGB 131 32 174 -
CMYK 0.25 0.82 0 0.32
HSL 281.83º 0.69% 0.4% -
HSV(B) 281.83º 0.82% 0.68% -
XYZ 17.52 8.91 40.84 -
YUV 77.79 182.3 165.95 -
System Red Green Blue C M Y K H S L
Decimal 131 32 174 0.25 0.82 0 0.32 281.83 0.69 0.4
Hex 83 20 AE 19 52 0 20 11A 45 28
Octal 203 40 256 31 122 0 40 432 105 50
Binary 10000011 100000 10101110 11001 1010010 0 100000 100011010 1000101 101000

Color Harmonies of #8320AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8320AE

Black with #8320AE

Text Example


Text Example

White with #8320AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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