Html Css Color HEX #8326AD Vivid Violet

📋 copy color: '#8326AD'

red 131 ◦ green 38 ◦ blue 173

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

Shades of Vivid Violet #8326AD

Tints of Vivid Violet #8326AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 50.58%

R = 38.3%
G = 11.11%
B = 50.58%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8326AD (or 0x8326AD) is known color: Vivid Violet. HEX triplet: 83, 26 and AD. RGB value is (131,38,173). Sum of RGB (Red+Green+Blue) = 131+38+173=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #8326AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8326AD is #7CD952. Grayscale: #505050. Windows color (decimal): -8182099 or 11347587. OLE color: 11347587.

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

Color convert

RGB 131 38 173 -
CMYK 0.24 0.78 0 0.32
HSL 281.33º 0.64% 0.41% -
HSV(B) 281.33º 0.78% 0.68% -
XYZ 17.6 9.23 40.39 -
YUV 81.2 179.81 163.52 -
System Red Green Blue C M Y K H S L
Decimal 131 38 173 0.24 0.78 0 0.32 281.33 0.64 0.41
Hex 83 26 AD 18 4E 0 20 119 40 29
Octal 203 46 255 30 116 0 40 431 100 51
Binary 10000011 100110 10101101 11000 1001110 0 100000 100011001 1000000 101001

Color Harmonies of #8326AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8326AD

Black with #8326AD

Text Example


Text Example

White with #8326AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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