Html Css Color HEX #800EBC Dark Violet

📋 copy color: '#800EBC'

red 128 ◦ green 14 ◦ blue 188

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

Shades of Dark Violet #800EBC

Tints of Dark Violet #800EBC

RGB

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

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

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

R = 38.79%
G = 4.24%
B = 56.97%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#800EBC (or 0x800EBC) is known color: Dark Violet. HEX triplet: 80, 0E and BC. RGB value is (128,14,188). Sum of RGB (Red+Green+Blue) = 128+14+188=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 14 (5.86% from 255 or 4.24% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #800EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800EBC is #7FF143. Grayscale: #434343. Windows color (decimal): -8384836 or 12324480. OLE color: 12324480.

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

Color convert

RGB 128 14 188 -
CMYK 0.32 0.93 0 0.26
HSL 279.31º 0.86% 0.4% -
HSV(B) 279.31º 0.93% 0.74% -
XYZ 18.14 8.53 48.27 -
YUV 67.92 195.77 170.85 -
System Red Green Blue C M Y K H S L
Decimal 128 14 188 0.32 0.93 0 0.26 279.31 0.86 0.4
Hex 80 E BC 20 5D 0 1A 117 56 28
Octal 200 16 274 40 135 0 32 427 126 50
Binary 10000000 1110 10111100 100000 1011101 0 11010 100010111 1010110 101000

Color Harmonies of #800EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800EBC

Black with #800EBC

Text Example


Text Example

White with #800EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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