#873DBE

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

Shades of Dark Orchid #873DBE

Tints of Dark Orchid #873DBE

Color information

#873DBE (or 0x873DBE) is unknown color: approx Dark Orchid. HEX triplet: 87, 3D and BE. RGB value is (135,61,190). Sum of RGB (Red+Green+Blue) = 135+61+190=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #873DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873DBE is #78C241. Grayscale: #616161. Windows color (decimal): -7914050 or 12467591. OLE color: 12467591.

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

Color convert

RGB13561190-
CMYK0.290.6800.25
HSL274.42º51.39%49.22%-
HSV(B)274.42º67.89%74.51%-
XYZ20.9512.2149.97-
YUV97.83180.02154.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.97%
GREEN value IS 61 (24.22% from 255) = 15.80%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=34.97%
G=15.80%
B=49.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal135611900.290.6800.25274.4251.3949.22
Hex873DBE1D440191123331
Octal20775276351040314226361
Binary1000011111110110111110111011000100011001100010010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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