Html Css Color HEX #8516AD Vivid Violet

📋 copy color: '#8516AD'

red 133 ◦ green 22 ◦ blue 173

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

Shades of Vivid Violet #8516AD

Tints of Vivid Violet #8516AD

RGB

 RED value IS 133 (52.34% from 255) = 40.55%

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

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

R = 40.55%
G = 6.71%
B = 52.74%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8516AD (or 0x8516AD) is known color: Vivid Violet. HEX triplet: 85, 16 and AD. RGB value is (133,22,173). Sum of RGB (Red+Green+Blue) = 133+22+173=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #8516AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8516AD is #7AE952. Grayscale: #474747. Windows color (decimal): -8055123 or 11343493. OLE color: 11343493.

HSL color Cylindrical-coordinate representation of color #8516AD: hue angle of 284.11º 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 #8516AD is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 22 173 -
CMYK 0.23 0.87 0 0.32
HSL 284.11º 0.77% 0.38% -
HSV(B) 284.11º 0.87% 0.68% -
XYZ 17.5 8.58 40.27 -
YUV 72.4 184.77 171.22 -
System Red Green Blue C M Y K H S L
Decimal 133 22 173 0.23 0.87 0 0.32 284.11 0.77 0.38
Hex 85 16 AD 17 57 0 20 11C 4D 26
Octal 205 26 255 27 127 0 40 434 115 46
Binary 10000101 10110 10101101 10111 1010111 0 100000 100011100 1001101 100110

Color Harmonies of #8516AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8516AD

Black with #8516AD

Text Example


Text Example

White with #8516AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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