Html Css Color HEX #85598D Trendy Pink

📋 copy color: '#85598D'

red 133 ◦ green 89 ◦ blue 141

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

Shades of Trendy Pink #85598D

Tints of Trendy Pink #85598D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.52%

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

R = 36.64%
G = 24.52%
B = 38.84%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85598D (or 0x85598D) is known color: Trendy Pink. HEX triplet: 85, 59 and 8D. RGB value is (133,89,141). Sum of RGB (Red+Green+Blue) = 133+89+141=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #85598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85598D is #7AA672. Grayscale: #6B6B6B. Windows color (decimal): -8038003 or 9263493. OLE color: 9263493.

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

Color convert

RGB 133 89 141 -
CMYK 0.06 0.37 0 0.45
HSL 290.77º 0.23% 0.45% -
HSV(B) 290.77º 0.37% 0.55% -
XYZ 18.05 14.05 26.96 -
YUV 108.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 133 89 141 0.06 0.37 0 0.45 290.77 0.23 0.45
Hex 85 59 8D 6 25 0 2D 123 17 2D
Octal 205 131 215 6 45 0 55 443 27 55
Binary 10000101 1011001 10001101 110 100101 0 101101 100100011 10111 101101

Color Harmonies of #85598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85598D

Black with #85598D

Text Example


Text Example

White with #85598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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