Html Css Color HEX #8316AD Vivid Violet

📋 copy color: '#8316AD'

red 131 ◦ green 22 ◦ blue 173

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

Shades of Vivid Violet #8316AD

Tints of Vivid Violet #8316AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.75%

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

R = 40.18%
G = 6.75%
B = 53.07%

CMYK

 C value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8316AD (or 0x8316AD) is known color: Vivid Violet. HEX triplet: 83, 16 and AD. RGB value is (131,22,173). Sum of RGB (Red+Green+Blue) = 131+22+173=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #8316AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8316AD is #7CE952. Grayscale: #474747. Windows color (decimal): -8186195 or 11343491. OLE color: 11343491.

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

Color convert

RGB 131 22 173 -
CMYK 0.24 0.87 0 0.32
HSL 283.31º 0.77% 0.38% -
HSV(B) 283.31º 0.87% 0.68% -
XYZ 17.19 8.42 40.25 -
YUV 71.81 185.11 170.22 -
System Red Green Blue C M Y K H S L
Decimal 131 22 173 0.24 0.87 0 0.32 283.31 0.77 0.38
Hex 83 16 AD 18 57 0 20 11B 4D 26
Octal 203 26 255 30 127 0 40 433 115 46
Binary 10000011 10110 10101101 11000 1010111 0 100000 100011011 1001101 100110

Color Harmonies of #8316AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8316AD

Black with #8316AD

Text Example


Text Example

White with #8316AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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