Html Css Color HEX #8327AA Vivid Violet

📋 copy color: '#8327AA'

red 131 ◦ green 39 ◦ blue 170

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

Shades of Vivid Violet #8327AA

Tints of Vivid Violet #8327AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.47%

 BLUE value IS 170 (66.8% from 255) = 50%

R = 38.53%
G = 11.47%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8327AA (or 0x8327AA) is known color: Vivid Violet. HEX triplet: 83, 27 and AA. RGB value is (131,39,170). Sum of RGB (Red+Green+Blue) = 131+39+170=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #8327AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8327AA is #7CD855. Grayscale: #515151. Windows color (decimal): -8181846 or 11151235. OLE color: 11151235.

HSL color Cylindrical-coordinate representation of color #8327AA: hue angle of 282.14º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8327AA is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 39 170 -
CMYK 0.23 0.77 0 0.33
HSL 282.14º 0.63% 0.41% -
HSV(B) 282.14º 0.77% 0.67% -
XYZ 17.34 9.18 38.89 -
YUV 81.44 177.98 163.35 -
System Red Green Blue C M Y K H S L
Decimal 131 39 170 0.23 0.77 0 0.33 282.14 0.63 0.41
Hex 83 27 AA 17 4D 0 21 11A 3F 29
Octal 203 47 252 27 115 0 41 432 77 51
Binary 10000011 100111 10101010 10111 1001101 0 100001 100011010 111111 101001

Color Harmonies of #8327AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8327AA

Black with #8327AA

Text Example


Text Example

White with #8327AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8327AA; }

 p { color: rgb(131,39,170); }

 H1.HeaderClassName
 {
   color: #8327AA;
 }
 .AnyTagClassName
 {
   color: #8327AA;
 }
</style>

background-color css

<style>
 a { background-color: #8327AA; }

 a { background-color: rgb(131,39,170); }

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

border-color css

<style>
 span { border-color: #8327AA; }

 span { border-color: rgb(131,39,170); }

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