Html Css Color HEX #85608C Trendy Pink

📋 copy color: '#85608C'

red 133 ◦ green 96 ◦ blue 140

#85608C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #85608C

Tints of Trendy Pink #85608C

RGB

 RED value IS 133 (52.34% from 255) = 36.04%

 GREEN value IS 96 (37.89% from 255) = 26.02%

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 36.04%
G = 26.02%
B = 37.94%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85608C (or 0x85608C) is known color: Trendy Pink. HEX triplet: 85, 60 and 8C. RGB value is (133,96,140). Sum of RGB (Red+Green+Blue) = 133+96+140=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 140 - color contains mainly: blue. Hex color #85608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85608C is #7A9F73. Grayscale: #6F6F6F. Windows color (decimal): -8036212 or 9199749. OLE color: 9199749.

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

Color convert

RGB 133 96 140 -
CMYK 0.05 0.31 0 0.45
HSL 290.45º 0.19% 0.46% -
HSV(B) 290.45º 0.31% 0.55% -
XYZ 18.59 15.25 26.77 -
YUV 112.08 143.76 142.92 -
System Red Green Blue C M Y K H S L
Decimal 133 96 140 0.05 0.31 0 0.45 290.45 0.19 0.46
Hex 85 60 8C 5 1F 0 2D 122 13 2E
Octal 205 140 214 5 37 0 55 442 23 56
Binary 10000101 1100000 10001100 101 11111 0 101101 100100010 10011 101110

Color Harmonies of #85608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85608C

Black with #85608C

Text Example


Text Example

White with #85608C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85608C;
 }
 .AnyTagClassName
 {
   color: #85608C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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