Html Css Color HEX #8011AD Dark Violet

📋 copy color: '#8011AD'

red 128 ◦ green 17 ◦ blue 173

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

Shades of Dark Violet #8011AD

Tints of Dark Violet #8011AD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.35%

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

R = 40.25%
G = 5.35%
B = 54.4%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8011AD (or 0x8011AD) is known color: Dark Violet. HEX triplet: 80, 11 and AD. RGB value is (128,17,173). Sum of RGB (Red+Green+Blue) = 128+17+173=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #8011AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8011AD is #7FEE52. Grayscale: #434343. Windows color (decimal): -8384083 or 11342208. OLE color: 11342208.

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

Color convert

RGB 128 17 173 -
CMYK 0.26 0.90 0 0.32
HSL 282.69º 0.82% 0.37% -
HSV(B) 282.69º 0.9% 0.68% -
XYZ 16.65 8.01 40.2 -
YUV 67.97 187.27 170.82 -
System Red Green Blue C M Y K H S L
Decimal 128 17 173 0.26 0.90 0 0.32 282.69 0.82 0.37
Hex 80 11 AD 1A 5A 0 20 11B 52 25
Octal 200 21 255 32 132 0 40 433 122 45
Binary 10000000 10001 10101101 11010 1011010 0 100000 100011011 1010010 100101

Color Harmonies of #8011AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8011AD

Black with #8011AD

Text Example


Text Example

White with #8011AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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