Html Css Color HEX #8217A0 Vivid Violet

📋 copy color: '#8217A0'

red 130 ◦ green 23 ◦ blue 160

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

Shades of Vivid Violet #8217A0

Tints of Vivid Violet #8217A0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.35%

 BLUE value IS 160 (62.89% from 255) = 51.12%

R = 41.53%
G = 7.35%
B = 51.12%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8217A0 (or 0x8217A0) is known color: Vivid Violet. HEX triplet: 82, 17 and A0. RGB value is (130,23,160). Sum of RGB (Red+Green+Blue) = 130+23+160=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 23 (9.38% from 255 or 7.35% from 313); Blue value is 160 (62.89% from 255 or 51.12% from 313); Max value from RGB is 160 - color contains mainly: blue. Hex color #8217A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8217A0 is #7DE85F. Grayscale: #464646. Windows color (decimal): -8251488 or 10491778. OLE color: 10491778.

HSL color Cylindrical-coordinate representation of color #8217A0: hue angle of 286.86º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8217A0 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 130 23 160 -
CMYK 0.19 0.86 0 0.37
HSL 286.86º 0.75% 0.36% -
HSV(B) 286.86º 0.86% 0.63% -
XYZ 15.86 7.9 33.95 -
YUV 70.61 178.45 170.36 -
System Red Green Blue C M Y K H S L
Decimal 130 23 160 0.19 0.86 0 0.37 286.86 0.75 0.36
Hex 82 17 A0 13 56 0 25 11F 4B 24
Octal 202 27 240 23 126 0 45 437 113 44
Binary 10000010 10111 10100000 10011 1010110 0 100101 100011111 1001011 100100

Color Harmonies of #8217A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8217A0

Black with #8217A0

Text Example


Text Example

White with #8217A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8217A0; }

 p { color: rgb(130,23,160); }

 H1.HeaderClassName
 {
   color: #8217A0;
 }
 .AnyTagClassName
 {
   color: #8217A0;
 }
</style>

background-color css

<style>
 a { background-color: #8217A0; }

 a { background-color: rgb(130,23,160); }

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

border-color css

<style>
 span { border-color: #8217A0; }

 span { border-color: rgb(130,23,160); }

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