Html Css Color HEX #8320AD Vivid Violet

📋 copy color: '#8320AD'

red 131 ◦ green 32 ◦ blue 173

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

Shades of Vivid Violet #8320AD

Tints of Vivid Violet #8320AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.49%

R = 38.99%
G = 9.52%
B = 51.49%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8320AD (or 0x8320AD) is known color: Vivid Violet. HEX triplet: 83, 20 and AD. RGB value is (131,32,173). Sum of RGB (Red+Green+Blue) = 131+32+173=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #8320AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8320AD is #7CDF52. Grayscale: #4D4D4D. Windows color (decimal): -8183635 or 11346051. OLE color: 11346051.

HSL color Cylindrical-coordinate representation of color #8320AD: hue angle of 282.13º 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 #8320AD is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 32 173 -
CMYK 0.24 0.82 0 0.32
HSL 282.13º 0.69% 0.4% -
HSV(B) 282.13º 0.82% 0.68% -
XYZ 17.42 8.88 40.33 -
YUV 77.68 181.8 166.04 -
System Red Green Blue C M Y K H S L
Decimal 131 32 173 0.24 0.82 0 0.32 282.13 0.69 0.4
Hex 83 20 AD 18 52 0 20 11A 45 28
Octal 203 40 255 30 122 0 40 432 105 50
Binary 10000011 100000 10101101 11000 1010010 0 100000 100011010 1000101 101000

Color Harmonies of #8320AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8320AD

Black with #8320AD

Text Example


Text Example

White with #8320AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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