Html Css Color HEX #8326AE Vivid Violet

📋 copy color: '#8326AE'

red 131 ◦ green 38 ◦ blue 174

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

Shades of Vivid Violet #8326AE

Tints of Vivid Violet #8326AE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.08%

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

R = 38.19%
G = 11.08%
B = 50.73%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8326AE (or 0x8326AE) is known color: Vivid Violet. HEX triplet: 83, 26 and AE. RGB value is (131,38,174). Sum of RGB (Red+Green+Blue) = 131+38+174=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #8326AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8326AE is #7CD951. Grayscale: #505050. Windows color (decimal): -8182098 or 11413123. OLE color: 11413123.

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

Color convert

RGB 131 38 174 -
CMYK 0.25 0.78 0 0.32
HSL 281.03º 0.64% 0.42% -
HSV(B) 281.03º 0.78% 0.68% -
XYZ 17.69 9.27 40.9 -
YUV 81.31 180.31 163.44 -
System Red Green Blue C M Y K H S L
Decimal 131 38 174 0.25 0.78 0 0.32 281.03 0.64 0.42
Hex 83 26 AE 19 4E 0 20 119 40 2A
Octal 203 46 256 31 116 0 40 431 100 52
Binary 10000011 100110 10101110 11001 1001110 0 100000 100011001 1000000 101010

Color Harmonies of #8326AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8326AE

Black with #8326AE

Text Example


Text Example

White with #8326AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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