#873EBE

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

Shades of Dark Orchid #873EBE

Tints of Dark Orchid #873EBE

Color information

#873EBE (or 0x873EBE) is unknown color: approx Dark Orchid. HEX triplet: 87, 3E and BE. RGB value is (135,62,190). Sum of RGB (Red+Green+Blue) = 135+62+190=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #873EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873EBE is #78C141. Grayscale: #616161. Windows color (decimal): -7913794 or 12467847. OLE color: 12467847.

HSL color Cylindrical-coordinate representation of color #873EBE: hue angle of 274.22º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #873EBE is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13562190-
CMYK0.290.6700.25
HSL274.22º50.79%49.41%-
HSV(B)274.22º67.37%74.51%-
XYZ21.0112.3149.98-
YUV98.42179.68154.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 62 (24.61% from 255) = 16.02%
BLUE value IS 190 (74.61% from 255) = 49.10%
R=34.88%
G=16.02%
B=49.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135621900.290.6700.25274.2250.7949.41
Hex873EBE1D430191123331
Octal20776276351030314226361
Binary1000011111111010111110111011000011011001100010010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #873EBE; }

 p { color: rgb(135,62,190); }

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

<style>
 a { background-color: #873EBE; }

 a { background-color: rgb(135,62,190); }

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

<style>
 span { border-color: #873EBE; }

 span { border-color: rgb(135,62,190); }

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