Html Css Color HEX #8010AD Dark Violet

📋 copy color: '#8010AD'

red 128 ◦ green 16 ◦ blue 173

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

Shades of Dark Violet #8010AD

Tints of Dark Violet #8010AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.05%

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

R = 40.38%
G = 5.05%
B = 54.57%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8010AD (or 0x8010AD) is known color: Dark Violet. HEX triplet: 80, 10 and AD. RGB value is (128,16,173). Sum of RGB (Red+Green+Blue) = 128+16+173=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #8010AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8010AD is #7FEF52. Grayscale: #424242. Windows color (decimal): -8384339 or 11341952. OLE color: 11341952.

HSL color Cylindrical-coordinate representation of color #8010AD: hue angle of 282.8º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8010AD is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 16 173 -
CMYK 0.26 0.91 0 0.32
HSL 282.8º 0.83% 0.37% -
HSV(B) 282.8º 0.91% 0.68% -
XYZ 16.63 7.98 40.2 -
YUV 67.39 187.61 171.23 -
System Red Green Blue C M Y K H S L
Decimal 128 16 173 0.26 0.91 0 0.32 282.8 0.83 0.37
Hex 80 10 AD 1A 5B 0 20 11B 53 25
Octal 200 20 255 32 133 0 40 433 123 45
Binary 10000000 10000 10101101 11010 1011011 0 100000 100011011 1010011 100101

Color Harmonies of #8010AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8010AD

Black with #8010AD

Text Example


Text Example

White with #8010AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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