Html Css Color HEX #8011ED Blue Violet

📋 copy color: '#8011ED'

red 128 ◦ green 17 ◦ blue 237

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

Shades of Blue Violet #8011ED

Tints of Blue Violet #8011ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.04%

R = 33.51%
G = 4.45%
B = 62.04%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8011ED (or 0x8011ED) is known color: Blue Violet. HEX triplet: 80, 11 and ED. RGB value is (128,17,237). Sum of RGB (Red+Green+Blue) = 128+17+237=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #8011ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8011ED is #7FEE12. Grayscale: #4A4A4A. Windows color (decimal): -8384019 or 15536512. OLE color: 15536512.

HSL color Cylindrical-coordinate representation of color #8011ED: hue angle of 270.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8011ED is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 17 237 -
CMYK 0.46 0.93 0 0.07
HSL 270.27º 0.87% 0.5% -
HSV(B) 270.27º 0.93% 0.93% -
XYZ 24.39 11.1 80.98 -
YUV 75.27 219.27 165.61 -
System Red Green Blue C M Y K H S L
Decimal 128 17 237 0.46 0.93 0 0.07 270.27 0.87 0.5
Hex 80 11 ED 2E 5D 0 7 10E 57 32
Octal 200 21 355 56 135 0 7 416 127 62
Binary 10000000 10001 11101101 101110 1011101 0 111 100001110 1010111 110010

Color Harmonies of #8011ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8011ED

Black with #8011ED

Text Example


Text Example

White with #8011ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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