Html Css Color HEX #8011BC Dark Violet

📋 copy color: '#8011BC'

red 128 ◦ green 17 ◦ blue 188

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

Shades of Dark Violet #8011BC

Tints of Dark Violet #8011BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.46%

R = 38.44%
G = 5.11%
B = 56.46%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8011BC (or 0x8011BC) is known color: Dark Violet. HEX triplet: 80, 11 and BC. RGB value is (128,17,188). Sum of RGB (Red+Green+Blue) = 128+17+188=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #8011BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8011BC is #7FEE43. Grayscale: #454545. Windows color (decimal): -8384068 or 12325248. OLE color: 12325248.

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

Color convert

RGB 128 17 188 -
CMYK 0.32 0.91 0 0.26
HSL 278.95º 0.83% 0.4% -
HSV(B) 278.95º 0.91% 0.74% -
XYZ 18.18 8.62 48.28 -
YUV 69.68 194.77 169.6 -
System Red Green Blue C M Y K H S L
Decimal 128 17 188 0.32 0.91 0 0.26 278.95 0.83 0.4
Hex 80 11 BC 20 5B 0 1A 117 53 28
Octal 200 21 274 40 133 0 32 427 123 50
Binary 10000000 10001 10111100 100000 1011011 0 11010 100010111 1010011 101000

Color Harmonies of #8011BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8011BC

Black with #8011BC

Text Example


Text Example

White with #8011BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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