Html Css Color HEX #8215AD Vivid Violet

📋 copy color: '#8215AD'

red 130 ◦ green 21 ◦ blue 173

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

Shades of Vivid Violet #8215AD

Tints of Vivid Violet #8215AD

RGB

 RED value IS 130 (51.17% from 255) = 40.12%

 GREEN value IS 21 (8.59% from 255) = 6.48%

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

R = 40.12%
G = 6.48%
B = 53.4%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8215AD (or 0x8215AD) is known color: Vivid Violet. HEX triplet: 82, 15 and AD. RGB value is (130,21,173). Sum of RGB (Red+Green+Blue) = 130+21+173=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #8215AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8215AD is #7DEA52. Grayscale: #464646. Windows color (decimal): -8251987 or 11343234. OLE color: 11343234.

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

Color convert

RGB 130 21 173 -
CMYK 0.25 0.88 0 0.32
HSL 283.03º 0.78% 0.38% -
HSV(B) 283.03º 0.88% 0.68% -
XYZ 17.02 8.3 40.24 -
YUV 70.92 185.61 170.14 -
System Red Green Blue C M Y K H S L
Decimal 130 21 173 0.25 0.88 0 0.32 283.03 0.78 0.38
Hex 82 15 AD 19 58 0 20 11B 4E 26
Octal 202 25 255 31 130 0 40 433 116 46
Binary 10000010 10101 10101101 11001 1011000 0 100000 100011011 1001110 100110

Color Harmonies of #8215AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8215AD

Black with #8215AD

Text Example


Text Example

White with #8215AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,21,173); }

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

background-color css

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

 a { background-color: rgb(130,21,173); }

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

border-color css

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

 span { border-color: rgb(130,21,173); }

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