Html Css Color HEX #800EBA Dark Violet

📋 copy color: '#800EBA'

red 128 ◦ green 14 ◦ blue 186

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

Shades of Dark Violet #800EBA

Tints of Dark Violet #800EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.71%

R = 39.02%
G = 4.27%
B = 56.71%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#800EBA (or 0x800EBA) is known color: Dark Violet. HEX triplet: 80, 0E and BA. RGB value is (128,14,186). Sum of RGB (Red+Green+Blue) = 128+14+186=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #800EBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800EBA is #7FF145. Grayscale: #434343. Windows color (decimal): -8384838 or 12193408. OLE color: 12193408.

HSL color Cylindrical-coordinate representation of color #800EBA: hue angle of 279.77º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800EBA is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 14 186 -
CMYK 0.31 0.92 0 0.27
HSL 279.77º 0.86% 0.39% -
HSV(B) 279.77º 0.92% 0.73% -
XYZ 17.92 8.45 47.14 -
YUV 67.69 194.77 171.01 -
System Red Green Blue C M Y K H S L
Decimal 128 14 186 0.31 0.92 0 0.27 279.77 0.86 0.39
Hex 80 E BA 1F 5C 0 1B 118 56 27
Octal 200 16 272 37 134 0 33 430 126 47
Binary 10000000 1110 10111010 11111 1011100 0 11011 100011000 1010110 100111

Color Harmonies of #800EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800EBA

Black with #800EBA

Text Example


Text Example

White with #800EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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