#873CCE

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

Shades of Dark Orchid #873CCE

Tints of Dark Orchid #873CCE

Color information

#873CCE (or 0x873CCE) is unknown color: approx Dark Orchid. HEX triplet: 87, 3C and CE. RGB value is (135,60,206). Sum of RGB (Red+Green+Blue) = 135+60+206=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #873CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #873CCE is #78C331. Grayscale: #626262. Windows color (decimal): -7914290 or 13515911. OLE color: 13515911.

HSL color Cylindrical-coordinate representation of color #873CCE: hue angle of 270.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #873CCE is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13560206-
CMYK0.340.7100.19
HSL270.82º59.84%52.16%-
HSV(B)270.82º70.87%80.78%-
XYZ22.7512.8459.67-
YUV99.07188.35153.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.67%
GREEN value IS 60 (23.83% from 255) = 14.96%
BLUE value IS 206 (80.86% from 255) = 51.37%
R=33.67%
G=14.96%
B=51.37%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal135602060.340.7100.19270.8259.8452.16
Hex873CCE224701310f3c34
Octal20774316421070234177464
Binary10000111111100110011101000101000111010011100001111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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