Html Css Color HEX #85618D Trendy Pink

📋 copy color: '#85618D'

red 133 ◦ green 97 ◦ blue 141

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

Shades of Trendy Pink #85618D

Tints of Trendy Pink #85618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.15%

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

R = 35.85%
G = 26.15%
B = 38.01%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85618D (or 0x85618D) is known color: Trendy Pink. HEX triplet: 85, 61 and 8D. RGB value is (133,97,141). Sum of RGB (Red+Green+Blue) = 133+97+141=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #85618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85618D is #7A9E72. Grayscale: #707070. Windows color (decimal): -8035955 or 9265541. OLE color: 9265541.

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

Color convert

RGB 133 97 141 -
CMYK 0.06 0.31 0 0.45
HSL 289.09º 0.18% 0.47% -
HSV(B) 289.09º 0.31% 0.55% -
XYZ 18.76 15.46 27.19 -
YUV 112.78 143.93 142.42 -
System Red Green Blue C M Y K H S L
Decimal 133 97 141 0.06 0.31 0 0.45 289.09 0.18 0.47
Hex 85 61 8D 6 1F 0 2D 121 12 2F
Octal 205 141 215 6 37 0 55 441 22 57
Binary 10000101 1100001 10001101 110 11111 0 101101 100100001 10010 101111

Color Harmonies of #85618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85618D

Black with #85618D

Text Example


Text Example

White with #85618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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