Html Css Color HEX #8321AB Vivid Violet

📋 copy color: '#8321AB'

red 131 ◦ green 33 ◦ blue 171

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

Shades of Vivid Violet #8321AB

Tints of Vivid Violet #8321AB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.85%

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

R = 39.1%
G = 9.85%
B = 51.04%

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

#8321AB (or 0x8321AB) is known color: Vivid Violet. HEX triplet: 83, 21 and AB. RGB value is (131,33,171). Sum of RGB (Red+Green+Blue) = 131+33+171=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #8321AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8321AB is #7CDE54. Grayscale: #4D4D4D. Windows color (decimal): -8183381 or 11215235. OLE color: 11215235.

HSL color Cylindrical-coordinate representation of color #8321AB: hue angle of 282.61º 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 #8321AB is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 33 171 -
CMYK 0.23 0.81 0 0.33
HSL 282.61º 0.68% 0.4% -
HSV(B) 282.61º 0.81% 0.67% -
XYZ 17.25 8.85 39.33 -
YUV 78.03 180.47 165.78 -
System Red Green Blue C M Y K H S L
Decimal 131 33 171 0.23 0.81 0 0.33 282.61 0.68 0.4
Hex 83 21 AB 17 51 0 21 11B 44 28
Octal 203 41 253 27 121 0 41 433 104 50
Binary 10000011 100001 10101011 10111 1010001 0 100001 100011011 1000100 101000

Color Harmonies of #8321AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8321AB

Black with #8321AB

Text Example


Text Example

White with #8321AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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