Html Css Color HEX #8327AC Vivid Violet

📋 copy color: '#8327AC'

red 131 ◦ green 39 ◦ blue 172

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

Shades of Vivid Violet #8327AC

Tints of Vivid Violet #8327AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.29%

R = 38.3%
G = 11.4%
B = 50.29%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8327AC (or 0x8327AC) is known color: Vivid Violet. HEX triplet: 83, 27 and AC. RGB value is (131,39,172). Sum of RGB (Red+Green+Blue) = 131+39+172=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #8327AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8327AC is #7CD853. Grayscale: #515151. Windows color (decimal): -8181844 or 11282307. OLE color: 11282307.

HSL color Cylindrical-coordinate representation of color #8327AC: hue angle of 281.5º 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 #8327AC is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 39 172 -
CMYK 0.24 0.77 0 0.33
HSL 281.5º 0.63% 0.41% -
HSV(B) 281.5º 0.77% 0.67% -
XYZ 17.53 9.25 39.89 -
YUV 81.67 178.98 163.19 -
System Red Green Blue C M Y K H S L
Decimal 131 39 172 0.24 0.77 0 0.33 281.5 0.63 0.41
Hex 83 27 AC 18 4D 0 21 11A 3F 29
Octal 203 47 254 30 115 0 41 432 77 51
Binary 10000011 100111 10101100 11000 1001101 0 100001 100011010 111111 101001

Color Harmonies of #8327AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8327AC

Black with #8327AC

Text Example


Text Example

White with #8327AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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