#801EBD

Color #801EBD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #801EBD

Tints of Dark Orchid #801EBD

Color information

#801EBD (or 0x801EBD) is unknown color: approx Dark Orchid. HEX triplet: 80, 1E and BD. RGB value is (128,30,189). Sum of RGB (Red+Green+Blue) = 128+30+189=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #801EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801EBD is #7FE142. Grayscale: #4C4C4C. Windows color (decimal): -8380739 or 12394112. OLE color: 12394112.

HSL color Cylindrical-coordinate representation of color #801EBD: hue angle of 276.98º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801EBD is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12830189-
CMYK0.320.8400.26
HSL276.98º72.6%42.94%-
HSV(B)276.98º84.13%74.12%-
XYZ18.559.1948.94-
YUV77.43190.97164.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.89%
GREEN value IS 30 (12.11% from 255) = 8.65%
BLUE value IS 189 (74.22% from 255) = 54.47%
R=36.89%
G=8.65%
B=54.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128301890.320.8400.26276.9872.642.94
Hex801EBD205401A115492b
Octal200362754012403242511153
Binary10000000111101011110110000010101000110101000101011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801EBD; }

 p { color: rgb(128,30,189); }

 H1.HeaderClassName
 {
   color: #801EBD;
 }
 .AnyTagClassName
 {
   color: #801EBD;
 }
</style>
background-color css

<style>
 a { background-color: #801EBD; }

 a { background-color: rgb(128,30,189); }

 div.DivClassName
 {
   background-color: #801EBD;
 }
 .BgClassName
 {
   background-color: #801EBD;
 }
</style>
border-color css

<style>
 span { border-color: #801EBD; }

 span { border-color: rgb(128,30,189); }

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