Html Css Color HEX #800EBB Dark Violet

📋 copy color: '#800EBB'

red 128 ◦ green 14 ◦ blue 187

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

Shades of Dark Violet #800EBB

Tints of Dark Violet #800EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 38.91%
G = 4.26%
B = 56.84%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#800EBB (or 0x800EBB) is known color: Dark Violet. HEX triplet: 80, 0E and BB. RGB value is (128,14,187). Sum of RGB (Red+Green+Blue) = 128+14+187=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 14 (5.86% from 255 or 4.26% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #800EBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800EBB is #7FF144. Grayscale: #434343. Windows color (decimal): -8384837 or 12258944. OLE color: 12258944.

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

Color convert

RGB 128 14 187 -
CMYK 0.32 0.93 0 0.27
HSL 279.54º 0.86% 0.39% -
HSV(B) 279.54º 0.93% 0.73% -
XYZ 18.03 8.49 47.7 -
YUV 67.81 195.27 170.93 -
System Red Green Blue C M Y K H S L
Decimal 128 14 187 0.32 0.93 0 0.27 279.54 0.86 0.39
Hex 80 E BB 20 5D 0 1B 118 56 27
Octal 200 16 273 40 135 0 33 430 126 47
Binary 10000000 1110 10111011 100000 1011101 0 11011 100011000 1010110 100111

Color Harmonies of #800EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800EBB

Black with #800EBB

Text Example


Text Example

White with #800EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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