Html Css Color HEX #8013AD Dark Violet

📋 copy color: '#8013AD'

red 128 ◦ green 19 ◦ blue 173

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

Shades of Dark Violet #8013AD

Tints of Dark Violet #8013AD

RGB

 RED value IS 128 (50.39% from 255) = 40%

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

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

R = 40%
G = 5.94%
B = 54.06%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8013AD (or 0x8013AD) is known color: Dark Violet. HEX triplet: 80, 13 and AD. RGB value is (128,19,173). Sum of RGB (Red+Green+Blue) = 128+19+173=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #8013AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8013AD is #7FEC52. Grayscale: #444444. Windows color (decimal): -8383571 or 11342720. OLE color: 11342720.

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

Color convert

RGB 128 19 173 -
CMYK 0.26 0.89 0 0.32
HSL 282.47º 0.8% 0.38% -
HSV(B) 282.47º 0.89% 0.68% -
XYZ 16.68 8.07 40.21 -
YUV 69.15 186.61 169.98 -
System Red Green Blue C M Y K H S L
Decimal 128 19 173 0.26 0.89 0 0.32 282.47 0.8 0.38
Hex 80 13 AD 1A 59 0 20 11A 50 26
Octal 200 23 255 32 131 0 40 432 120 46
Binary 10000000 10011 10101101 11010 1011001 0 100000 100011010 1010000 100110

Color Harmonies of #8013AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8013AD

Black with #8013AD

Text Example


Text Example

White with #8013AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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