#85608A

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

Shades of Trendy Pink #85608A

Tints of Trendy Pink #85608A

Color information

#85608A (or 0x85608A) is unknown color: approx Trendy Pink. HEX triplet: 85, 60 and 8A. RGB value is (133,96,138). Sum of RGB (Red+Green+Blue) = 133+96+138=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 138 - color contains mainly: blue. Hex color #85608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85608A is #7A9F75. Grayscale: #6F6F6F. Windows color (decimal): -8036214 or 9068677. OLE color: 9068677.

HSL color Cylindrical-coordinate representation of color #85608A: hue angle of 292.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85608A is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13396138-
CMYK0.040.3000.46
HSL292.86º17.95%45.88%-
HSV(B)292.86º30.43%54.12%-
XYZ18.4415.1926-
YUV111.85142.76143.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 96 (37.89% from 255) = 26.16%
BLUE value IS 138 (54.30% from 255) = 37.60%
R=36.24%
G=26.16%
B=37.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133961380.040.3000.46292.8617.9545.88
Hex85608A41E02E125122e
Octal2051402124360564452256
Binary1000010111000001000101010011110010111010010010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85608A; }

 p { color: rgb(133,96,138); }

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

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

 a { background-color: rgb(133,96,138); }

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

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

 span { border-color: rgb(133,96,138); }

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