#873EAE

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

Shades of Studio #873EAE

Tints of Studio #873EAE

Color information

#873EAE (or 0x873EAE) is unknown color: approx Studio. HEX triplet: 87, 3E and AE. RGB value is (135,62,174). Sum of RGB (Red+Green+Blue) = 135+62+174=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #873EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873EAE is #78C151. Grayscale: #606060. Windows color (decimal): -7913810 or 11419271. OLE color: 11419271.

HSL color Cylindrical-coordinate representation of color #873EAE: hue angle of 279.11º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873EAE is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13562174-
CMYK0.220.6400.32
HSL279.11º47.46%46.27%-
HSV(B)279.11º64.37%68.24%-
XYZ19.3511.6541.27-
YUV96.59171.68155.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 62 (24.61% from 255) = 16.71%
BLUE value IS 174 (68.36% from 255) = 46.90%
R=36.39%
G=16.71%
B=46.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal135621740.220.6400.32279.1147.4646.27
Hex873EAE16400201172f2e
Octal20776256261000404275756
Binary10000111111110101011101011010000000100000100010111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #873EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,62,174); }

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

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

 a { background-color: rgb(135,62,174); }

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

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

 span { border-color: rgb(135,62,174); }

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