#873BC8

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

Shades of Dark Orchid #873BC8

Tints of Dark Orchid #873BC8

Color information

#873BC8 (or 0x873BC8) is unknown color: approx Dark Orchid. HEX triplet: 87, 3B and C8. RGB value is (135,59,200). Sum of RGB (Red+Green+Blue) = 135+59+200=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #873BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873BC8 is #78C437. Grayscale: #616161. Windows color (decimal): -7914552 or 13122439. OLE color: 13122439.

HSL color Cylindrical-coordinate representation of color #873BC8: hue angle of 272.34º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #873BC8 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13559200-
CMYK0.320.7000.22
HSL272.34º56.18%50.78%-
HSV(B)272.34º70.5%78.43%-
XYZ21.9812.4555.89-
YUV97.8185.68154.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.26%
GREEN value IS 59 (23.44% from 255) = 14.97%
BLUE value IS 200 (78.52% from 255) = 50.76%
R=34.26%
G=14.97%
B=50.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal135592000.320.7000.22272.3456.1850.78
Hex873BC820460161103833
Octal20773310401060264207063
Binary10000111111011110010001000001000110010110100010000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,59,200); }

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

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

 a { background-color: rgb(135,59,200); }

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

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

 span { border-color: rgb(135,59,200); }

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