Html Css Color HEX #8324AD Vivid Violet

📋 copy color: '#8324AD'

red 131 ◦ green 36 ◦ blue 173

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

Shades of Vivid Violet #8324AD

Tints of Vivid Violet #8324AD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.59%

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

R = 38.53%
G = 10.59%
B = 50.88%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8324AD (or 0x8324AD) is known color: Vivid Violet. HEX triplet: 83, 24 and AD. RGB value is (131,36,173). Sum of RGB (Red+Green+Blue) = 131+36+173=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #8324AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8324AD is #7CDB52. Grayscale: #4F4F4F. Windows color (decimal): -8182611 or 11347075. OLE color: 11347075.

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

Color convert

RGB 131 36 173 -
CMYK 0.24 0.79 0 0.32
HSL 281.61º 0.66% 0.41% -
HSV(B) 281.61º 0.79% 0.68% -
XYZ 17.53 9.1 40.37 -
YUV 80.02 180.47 164.36 -
System Red Green Blue C M Y K H S L
Decimal 131 36 173 0.24 0.79 0 0.32 281.61 0.66 0.41
Hex 83 24 AD 18 4F 0 20 11A 42 29
Octal 203 44 255 30 117 0 40 432 102 51
Binary 10000011 100100 10101101 11000 1001111 0 100000 100011010 1000010 101001

Color Harmonies of #8324AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8324AD

Black with #8324AD

Text Example


Text Example

White with #8324AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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