Html Css Color HEX #8328A9 Vivid Violet

📋 copy color: '#8328A9'

red 131 ◦ green 40 ◦ blue 169

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

Shades of Vivid Violet #8328A9

Tints of Vivid Violet #8328A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 49.71%

R = 38.53%
G = 11.76%
B = 49.71%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#8328A9 (or 0x8328A9) is known color: Vivid Violet. HEX triplet: 83, 28 and A9. RGB value is (131,40,169). Sum of RGB (Red+Green+Blue) = 131+40+169=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 169 (66.41% from 255 or 49.71% from 340); Max value from RGB is 169 - color contains mainly: blue. Hex color #8328A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8328A9 is #7CD756. Grayscale: #515151. Windows color (decimal): -8181591 or 11085955. OLE color: 11085955.

HSL color Cylindrical-coordinate representation of color #8328A9: hue angle of 282.33º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8328A9 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 131 40 169 -
CMYK 0.22 0.76 0 0.34
HSL 282.33º 0.62% 0.41% -
HSV(B) 282.33º 0.76% 0.66% -
XYZ 17.28 9.21 38.4 -
YUV 81.92 177.15 163.01 -
System Red Green Blue C M Y K H S L
Decimal 131 40 169 0.22 0.76 0 0.34 282.33 0.62 0.41
Hex 83 28 A9 16 4C 0 22 11A 3E 29
Octal 203 50 251 26 114 0 42 432 76 51
Binary 10000011 101000 10101001 10110 1001100 0 100010 100011010 111110 101001

Color Harmonies of #8328A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8328A9

Black with #8328A9

Text Example


Text Example

White with #8328A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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