Html Css Color HEX #800EE9 Blue Violet

📋 copy color: '#800EE9'

red 128 ◦ green 14 ◦ blue 233

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

Shades of Blue Violet #800EE9

Tints of Blue Violet #800EE9

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.73%

 BLUE value IS 233 (91.41% from 255) = 62.13%

R = 34.13%
G = 3.73%
B = 62.13%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#800EE9 (or 0x800EE9) is known color: Blue Violet. HEX triplet: 80, 0E and E9. RGB value is (128,14,233). Sum of RGB (Red+Green+Blue) = 128+14+233=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 233 (91.41% from 255 or 62.13% from 375); Max value from RGB is 233 - color contains mainly: blue. Hex color #800EE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800EE9 is #7FF116. Grayscale: #484848. Windows color (decimal): -8384791 or 15273600. OLE color: 15273600.

HSL color Cylindrical-coordinate representation of color #800EE9: hue angle of 271.23º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800EE9 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 14 233 -
CMYK 0.45 0.94 0 0.09
HSL 271.23º 0.89% 0.48% -
HSV(B) 271.23º 0.94% 0.91% -
XYZ 23.77 10.79 77.92 -
YUV 73.05 218.27 167.19 -
System Red Green Blue C M Y K H S L
Decimal 128 14 233 0.45 0.94 0 0.09 271.23 0.89 0.48
Hex 80 E E9 2D 5E 0 9 10F 59 30
Octal 200 16 351 55 136 0 11 417 131 60
Binary 10000000 1110 11101001 101101 1011110 0 1001 100001111 1011001 110000

Color Harmonies of #800EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800EE9

Black with #800EE9

Text Example


Text Example

White with #800EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800EE9; }

 p { color: rgb(128,14,233); }

 H1.HeaderClassName
 {
   color: #800EE9;
 }
 .AnyTagClassName
 {
   color: #800EE9;
 }
</style>

background-color css

<style>
 a { background-color: #800EE9; }

 a { background-color: rgb(128,14,233); }

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

border-color css

<style>
 span { border-color: #800EE9; }

 span { border-color: rgb(128,14,233); }

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