Html Css Color HEX #8011BF Dark Violet

📋 copy color: '#8011BF'

red 128 ◦ green 17 ◦ blue 191

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

Shades of Dark Violet #8011BF

Tints of Dark Violet #8011BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 56.85%

R = 38.1%
G = 5.06%
B = 56.85%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8011BF (or 0x8011BF) is known color: Dark Violet. HEX triplet: 80, 11 and BF. RGB value is (128,17,191). Sum of RGB (Red+Green+Blue) = 128+17+191=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #8011BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8011BF is #7FEE40. Grayscale: #454545. Windows color (decimal): -8384065 or 12521856. OLE color: 12521856.

HSL color Cylindrical-coordinate representation of color #8011BF: hue angle of 278.28º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8011BF is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 17 191 -
CMYK 0.33 0.91 0 0.25
HSL 278.28º 0.84% 0.41% -
HSV(B) 278.28º 0.91% 0.75% -
XYZ 18.51 8.75 50 -
YUV 70.03 196.27 169.35 -
System Red Green Blue C M Y K H S L
Decimal 128 17 191 0.33 0.91 0 0.25 278.28 0.84 0.41
Hex 80 11 BF 21 5B 0 19 116 54 29
Octal 200 21 277 41 133 0 31 426 124 51
Binary 10000000 10001 10111111 100001 1011011 0 11001 100010110 1010100 101001

Color Harmonies of #8011BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8011BF

Black with #8011BF

Text Example


Text Example

White with #8011BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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