Html Css Color HEX #8321AF Vivid Violet

📋 copy color: '#8321AF'

red 131 ◦ green 33 ◦ blue 175

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

Shades of Vivid Violet #8321AF

Tints of Vivid Violet #8321AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.62%

R = 38.64%
G = 9.73%
B = 51.62%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8321AF (or 0x8321AF) is known color: Vivid Violet. HEX triplet: 83, 21 and AF. RGB value is (131,33,175). Sum of RGB (Red+Green+Blue) = 131+33+175=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #8321AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8321AF is #7CDE50. Grayscale: #4E4E4E. Windows color (decimal): -8183377 or 11477379. OLE color: 11477379.

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

Color convert

RGB 131 33 175 -
CMYK 0.25 0.81 0 0.31
HSL 281.41º 0.68% 0.41% -
HSV(B) 281.41º 0.81% 0.69% -
XYZ 17.64 9.01 41.37 -
YUV 78.49 182.47 165.45 -
System Red Green Blue C M Y K H S L
Decimal 131 33 175 0.25 0.81 0 0.31 281.41 0.68 0.41
Hex 83 21 AF 19 51 0 1F 119 44 29
Octal 203 41 257 31 121 0 37 431 104 51
Binary 10000011 100001 10101111 11001 1010001 0 11111 100011001 1000100 101001

Color Harmonies of #8321AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8321AF

Black with #8321AF

Text Example


Text Example

White with #8321AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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