#873FBD

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

Shades of Dark Orchid #873FBD

Tints of Dark Orchid #873FBD

Color information

#873FBD (or 0x873FBD) is unknown color: approx Dark Orchid. HEX triplet: 87, 3F and BD. RGB value is (135,63,189). Sum of RGB (Red+Green+Blue) = 135+63+189=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #873FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873FBD is #78C042. Grayscale: #626262. Windows color (decimal): -7913539 or 12402567. OLE color: 12402567.

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

Color convert

RGB13563189-
CMYK0.290.6700.26
HSL274.29º50%49.41%-
HSV(B)274.29º66.67%74.12%-
XYZ20.9512.3849.43-
YUV98.89178.85153.75-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 63 (25% from 255) = 16.28%
BLUE value IS 189 (74.22% from 255) = 48.84%
R=34.88%
G=16.28%
B=48.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135631890.290.6700.26274.295049.41
Hex873FBD1D4301A1123231
Octal20777275351030324226261
Binary1000011111111110111101111011000011011010100010010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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