Html Css Color HEX #8321AE Vivid Violet

📋 copy color: '#8321AE'

red 131 ◦ green 33 ◦ blue 174

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

Shades of Vivid Violet #8321AE

Tints of Vivid Violet #8321AE

RGB

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

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

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

R = 38.76%
G = 9.76%
B = 51.48%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8321AE (or 0x8321AE) is known color: Vivid Violet. HEX triplet: 83, 21 and AE. RGB value is (131,33,174). Sum of RGB (Red+Green+Blue) = 131+33+174=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #8321AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8321AE is #7CDE51. Grayscale: #4D4D4D. Windows color (decimal): -8183378 or 11411843. OLE color: 11411843.

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

Color convert

RGB 131 33 174 -
CMYK 0.25 0.81 0 0.32
HSL 281.7º 0.68% 0.41% -
HSV(B) 281.7º 0.81% 0.68% -
XYZ 17.54 8.97 40.85 -
YUV 78.38 181.97 165.54 -
System Red Green Blue C M Y K H S L
Decimal 131 33 174 0.25 0.81 0 0.32 281.7 0.68 0.41
Hex 83 21 AE 19 51 0 20 11A 44 29
Octal 203 41 256 31 121 0 40 432 104 51
Binary 10000011 100001 10101110 11001 1010001 0 100000 100011010 1000100 101001

Color Harmonies of #8321AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8321AE

Black with #8321AE

Text Example


Text Example

White with #8321AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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