#85668C

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

Shades of Trendy Pink #85668C

Tints of Trendy Pink #85668C

Color information

#85668C (or 0x85668C) is unknown color: approx Trendy Pink. HEX triplet: 85, 66 and 8C. RGB value is (133,102,140). Sum of RGB (Red+Green+Blue) = 133+102+140=375 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.47% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 140 - color contains mainly: blue. Hex color #85668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85668C is #7A9973. Grayscale: #737373. Windows color (decimal): -8034676 or 9201285. OLE color: 9201285.

HSL color Cylindrical-coordinate representation of color #85668C: hue angle of 288.95º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85668C is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133102140-
CMYK0.050.2700.45
HSL288.95º15.7%47.45%-
HSV(B)288.95º27.14%54.9%-
XYZ19.1616.3826.96-
YUV115.6141.77140.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.47%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=35.47%
G=27.2%
B=37.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331021400.050.2700.45288.9515.747.45
Hex85668C51B02D121102f
Octal2051462145330554412057
Binary1000010111001101000110010111011010110110010000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85668C; }

 p { color: rgb(133,102,140); }

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

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

 a { background-color: rgb(133,102,140); }

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

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

 span { border-color: rgb(133,102,140); }

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