Html Css Color HEX #8320AB Vivid Violet

📋 copy color: '#8320AB'

red 131 ◦ green 32 ◦ blue 171

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

Shades of Vivid Violet #8320AB

Tints of Vivid Violet #8320AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 39.22%
G = 9.58%
B = 51.2%

CMYK

 C value IS 0.23

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8320AB (or 0x8320AB) is known color: Vivid Violet. HEX triplet: 83, 20 and AB. RGB value is (131,32,171). Sum of RGB (Red+Green+Blue) = 131+32+171=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #8320AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8320AB is #7CDF54. Grayscale: #4C4C4C. Windows color (decimal): -8183637 or 11214979. OLE color: 11214979.

HSL color Cylindrical-coordinate representation of color #8320AB: hue angle of 282.73º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8320AB is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 32 171 -
CMYK 0.23 0.81 0 0.33
HSL 282.73º 0.68% 0.4% -
HSV(B) 282.73º 0.81% 0.67% -
XYZ 17.23 8.8 39.32 -
YUV 77.45 180.8 166.2 -
System Red Green Blue C M Y K H S L
Decimal 131 32 171 0.23 0.81 0 0.33 282.73 0.68 0.4
Hex 83 20 AB 17 51 0 21 11B 44 28
Octal 203 40 253 27 121 0 41 433 104 50
Binary 10000011 100000 10101011 10111 1010001 0 100001 100011011 1000100 101000

Color Harmonies of #8320AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8320AB

Black with #8320AB

Text Example


Text Example

White with #8320AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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