Html Css Color HEX #8011B8 Dark Violet

📋 copy color: '#8011B8'

red 128 ◦ green 17 ◦ blue 184

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

Shades of Dark Violet #8011B8

Tints of Dark Violet #8011B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 55.93%

R = 38.91%
G = 5.17%
B = 55.93%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8011B8 (or 0x8011B8) is known color: Dark Violet. HEX triplet: 80, 11 and B8. RGB value is (128,17,184). Sum of RGB (Red+Green+Blue) = 128+17+184=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 184 (72.27% from 255 or 55.93% from 329); Max value from RGB is 184 - color contains mainly: blue. Hex color #8011B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8011B8 is #7FEE47. Grayscale: #444444. Windows color (decimal): -8384072 or 12063104. OLE color: 12063104.

HSL color Cylindrical-coordinate representation of color #8011B8: hue angle of 279.88º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8011B8 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 17 184 -
CMYK 0.30 0.91 0 0.28
HSL 279.88º 0.83% 0.39% -
HSV(B) 279.88º 0.91% 0.72% -
XYZ 17.75 8.45 46.04 -
YUV 69.23 192.77 169.92 -
System Red Green Blue C M Y K H S L
Decimal 128 17 184 0.30 0.91 0 0.28 279.88 0.83 0.39
Hex 80 11 B8 1E 5B 0 1C 118 53 27
Octal 200 21 270 36 133 0 34 430 123 47
Binary 10000000 10001 10111000 11110 1011011 0 11100 100011000 1010011 100111

Color Harmonies of #8011B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8011B8

Black with #8011B8

Text Example


Text Example

White with #8011B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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