Html Css Color HEX #8326AB Vivid Violet

📋 copy color: '#8326AB'

red 131 ◦ green 38 ◦ blue 171

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

Shades of Vivid Violet #8326AB

Tints of Vivid Violet #8326AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.29%

R = 38.53%
G = 11.18%
B = 50.29%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8326AB (or 0x8326AB) is known color: Vivid Violet. HEX triplet: 83, 26 and AB. RGB value is (131,38,171). Sum of RGB (Red+Green+Blue) = 131+38+171=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #8326AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8326AB is #7CD954. Grayscale: #505050. Windows color (decimal): -8182101 or 11216515. OLE color: 11216515.

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

Color convert

RGB 131 38 171 -
CMYK 0.23 0.78 0 0.33
HSL 281.95º 0.64% 0.41% -
HSV(B) 281.95º 0.78% 0.67% -
XYZ 17.4 9.15 39.38 -
YUV 80.97 178.81 163.69 -
System Red Green Blue C M Y K H S L
Decimal 131 38 171 0.23 0.78 0 0.33 281.95 0.64 0.41
Hex 83 26 AB 17 4E 0 21 11A 40 29
Octal 203 46 253 27 116 0 41 432 100 51
Binary 10000011 100110 10101011 10111 1001110 0 100001 100011010 1000000 101001

Color Harmonies of #8326AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8326AB

Black with #8326AB

Text Example


Text Example

White with #8326AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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