#865081

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

Shades of Trendy Pink #865081

Tints of Trendy Pink #865081

Color information

#865081 (or 0x865081) is unknown color: approx Trendy Pink. HEX triplet: 86, 50 and 81. RGB value is (134,80,129). Sum of RGB (Red+Green+Blue) = 134+80+129=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 134 - color contains mainly: red. Hex color #865081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865081 is #79AF7E. Grayscale: #656565. Windows color (decimal): -7974783 or 8474758. OLE color: 8474758.

HSL color Cylindrical-coordinate representation of color #865081: hue angle of 305.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865081 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13480129-
CMYK00.400.040.47
HSL305.56º25.23%41.96%-
HSV(B)305.56º40.3%52.55%-
XYZ16.6612.3922.28-
YUV101.73143.39151.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 129 (50.78% from 255) = 37.61%
R=39.07%
G=23.32%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348012900.400.040.47305.5625.2341.96
Hex86508102842F132192a
Octal2061202010504574623152
Binary10000110101000010000001010100010010111110011001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865081; }

 p { color: rgb(134,80,129); }

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

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

 a { background-color: rgb(134,80,129); }

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

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

 span { border-color: rgb(134,80,129); }

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