#876093

Color #876093 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #876093

Tints of Trendy Pink #876093

Color information

#876093 (or 0x876093) is unknown color: approx Trendy Pink. HEX triplet: 87, 60 and 93. RGB value is (135,96,147). Sum of RGB (Red+Green+Blue) = 135+96+147=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 147 - color contains mainly: blue. Hex color #876093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876093 is #789F6C. Grayscale: #717171. Windows color (decimal): -7905133 or 9658503. OLE color: 9658503.

HSL color Cylindrical-coordinate representation of color #876093: hue angle of 285.88º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #876093 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13596147-
CMYK0.080.3500.42
HSL285.88º20.99%47.65%-
HSV(B)285.88º34.69%57.65%-
XYZ19.4415.6229.59-
YUV113.47146.92143.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 147 (57.81% from 255) = 38.89%
R=35.71%
G=25.40%
B=38.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135961470.080.3500.42285.8820.9947.65
Hex87609382302A11e1530
Octal20714022310430524362560
Binary100001111100000100100111000100011010101010001111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876093; }

 p { color: rgb(135,96,147); }

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

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

 a { background-color: rgb(135,96,147); }

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

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

 span { border-color: rgb(135,96,147); }

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