Html Css Color HEX #8328AD Vivid Violet

📋 copy color: '#8328AD'

red 131 ◦ green 40 ◦ blue 173

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

Shades of Vivid Violet #8328AD

Tints of Vivid Violet #8328AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.63%

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

R = 38.08%
G = 11.63%
B = 50.29%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8328AD (or 0x8328AD) is known color: Vivid Violet. HEX triplet: 83, 28 and AD. RGB value is (131,40,173). Sum of RGB (Red+Green+Blue) = 131+40+173=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #8328AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8328AD is #7CD752. Grayscale: #515151. Windows color (decimal): -8181587 or 11348099. OLE color: 11348099.

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

Color convert

RGB 131 40 173 -
CMYK 0.24 0.77 0 0.32
HSL 281.05º 0.62% 0.42% -
HSV(B) 281.05º 0.77% 0.68% -
XYZ 17.66 9.36 40.41 -
YUV 82.37 179.15 162.69 -
System Red Green Blue C M Y K H S L
Decimal 131 40 173 0.24 0.77 0 0.32 281.05 0.62 0.42
Hex 83 28 AD 18 4D 0 20 119 3E 2A
Octal 203 50 255 30 115 0 40 431 76 52
Binary 10000011 101000 10101101 11000 1001101 0 100000 100011001 111110 101010

Color Harmonies of #8328AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8328AD

Black with #8328AD

Text Example


Text Example

White with #8328AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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