Html Css Color HEX #85608D Trendy Pink

📋 copy color: '#85608D'

red 133 ◦ green 96 ◦ blue 141

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

Shades of Trendy Pink #85608D

Tints of Trendy Pink #85608D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.11%

R = 35.95%
G = 25.95%
B = 38.11%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85608D (or 0x85608D) is known color: Trendy Pink. HEX triplet: 85, 60 and 8D. RGB value is (133,96,141). Sum of RGB (Red+Green+Blue) = 133+96+141=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 141 - color contains mainly: blue. Hex color #85608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85608D is #7A9F72. Grayscale: #707070. Windows color (decimal): -8036211 or 9265285. OLE color: 9265285.

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

Color convert

RGB 133 96 141 -
CMYK 0.06 0.32 0 0.45
HSL 289.33º 0.19% 0.46% -
HSV(B) 289.33º 0.32% 0.55% -
XYZ 18.66 15.28 27.16 -
YUV 112.19 144.26 142.84 -
System Red Green Blue C M Y K H S L
Decimal 133 96 141 0.06 0.32 0 0.45 289.33 0.19 0.46
Hex 85 60 8D 6 20 0 2D 121 13 2E
Octal 205 140 215 6 40 0 55 441 23 56
Binary 10000101 1100000 10001101 110 100000 0 101101 100100001 10011 101110

Color Harmonies of #85608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85608D

Black with #85608D

Text Example


Text Example

White with #85608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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