Html Css Color HEX #800ECB Dark Violet

📋 copy color: '#800ECB'

red 128 ◦ green 14 ◦ blue 203

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

Shades of Dark Violet #800ECB

Tints of Dark Violet #800ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.84%

R = 37.1%
G = 4.06%
B = 58.84%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#800ECB (or 0x800ECB) is known color: Dark Violet. HEX triplet: 80, 0E and CB. RGB value is (128,14,203). Sum of RGB (Red+Green+Blue) = 128+14+203=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #800ECB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800ECB is #7FF134. Grayscale: #444444. Windows color (decimal): -8384821 or 13307520. OLE color: 13307520.

HSL color Cylindrical-coordinate representation of color #800ECB: hue angle of 276.19º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800ECB is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 14 203 -
CMYK 0.37 0.93 0 0.20
HSL 276.19º 0.87% 0.43% -
HSV(B) 276.19º 0.93% 0.8% -
XYZ 19.84 9.22 57.23 -
YUV 69.63 203.27 169.63 -
System Red Green Blue C M Y K H S L
Decimal 128 14 203 0.37 0.93 0 0.20 276.19 0.87 0.43
Hex 80 E CB 25 5D 0 14 114 57 2B
Octal 200 16 313 45 135 0 24 424 127 53
Binary 10000000 1110 11001011 100101 1011101 0 10100 100010100 1010111 101011

Color Harmonies of #800ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800ECB

Black with #800ECB

Text Example


Text Example

White with #800ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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