#873CBD

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

Shades of Dark Orchid #873CBD

Tints of Dark Orchid #873CBD

Color information

#873CBD (or 0x873CBD) is unknown color: approx Dark Orchid. HEX triplet: 87, 3C and BD. RGB value is (135,60,189). Sum of RGB (Red+Green+Blue) = 135+60+189=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #873CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873CBD is #78C342. Grayscale: #606060. Windows color (decimal): -7914307 or 12401799. OLE color: 12401799.

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

Color convert

RGB13560189-
CMYK0.290.6800.26
HSL274.88º51.81%48.82%-
HSV(B)274.88º68.25%74.12%-
XYZ20.7912.0649.38-
YUV97.13179.85155.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.16%
GREEN value IS 60 (23.83% from 255) = 15.62%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=35.16%
G=15.62%
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.26
SystemRedGreenBlueCMYKHSL
Decimal135601890.290.6800.26274.8851.8148.82
Hex873CBD1D4401A1133431
Octal20774275351040324236461
Binary1000011111110010111101111011000100011010100010011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,60,189); }

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

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

 a { background-color: rgb(135,60,189); }

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

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

 span { border-color: rgb(135,60,189); }

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