Html Css Color HEX #8213AD Dark Violet

📋 copy color: '#8213AD'

red 130 ◦ green 19 ◦ blue 173

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

Shades of Dark Violet #8213AD

Tints of Dark Violet #8213AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.9%

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

R = 40.37%
G = 5.9%
B = 53.73%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8213AD (or 0x8213AD) is known color: Dark Violet. HEX triplet: 82, 13 and AD. RGB value is (130,19,173). Sum of RGB (Red+Green+Blue) = 130+19+173=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #8213AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8213AD is #7DEC52. Grayscale: #454545. Windows color (decimal): -8252499 or 11342722. OLE color: 11342722.

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

Color convert

RGB 130 19 173 -
CMYK 0.25 0.89 0 0.32
HSL 283.25º 0.8% 0.38% -
HSV(B) 283.25º 0.89% 0.68% -
XYZ 16.98 8.23 40.23 -
YUV 69.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 130 19 173 0.25 0.89 0 0.32 283.25 0.8 0.38
Hex 82 13 AD 19 59 0 20 11B 50 26
Octal 202 23 255 31 131 0 40 433 120 46
Binary 10000010 10011 10101101 11001 1011001 0 100000 100011011 1010000 100110

Color Harmonies of #8213AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8213AD

Black with #8213AD

Text Example


Text Example

White with #8213AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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