Html Css Color HEX #85627F Trendy Pink

📋 copy color: '#85627F'

red 133 ◦ green 98 ◦ blue 127

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

Shades of Trendy Pink #85627F

Tints of Trendy Pink #85627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.37%

 BLUE value IS 127 (50% from 255) = 35.47%

R = 37.15%
G = 27.37%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85627F (or 0x85627F) is known color: Trendy Pink. HEX triplet: 85, 62 and 7F. RGB value is (133,98,127). Sum of RGB (Red+Green+Blue) = 133+98+127=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #85627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85627F is #7A9D80. Grayscale: #6F6F6F. Windows color (decimal): -8035713 or 8348293. OLE color: 8348293.

HSL color Cylindrical-coordinate representation of color #85627F: hue angle of 310.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #85627F is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 127 -
CMYK 0 0.26 0.05 0.48
HSL 310.29º 0.15% 0.45% -
HSV(B) 310.29º 0.26% 0.52% -
XYZ 17.87 15.25 22.08 -
YUV 111.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 133 98 127 0 0.26 0.05 0.48 310.29 0.15 0.45
Hex 85 62 7F 0 1A 5 30 136 F 2D
Octal 205 142 177 0 32 5 60 466 17 55
Binary 10000101 1100010 1111111 0 11010 101 110000 100110110 1111 101101

Color Harmonies of #85627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85627F

Black with #85627F

Text Example


Text Example

White with #85627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85627F; }

 p { color: rgb(133,98,127); }

 H1.HeaderClassName
 {
   color: #85627F;
 }
 .AnyTagClassName
 {
   color: #85627F;
 }
</style>

background-color css

<style>
 a { background-color: #85627F; }

 a { background-color: rgb(133,98,127); }

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

border-color css

<style>
 span { border-color: #85627F; }

 span { border-color: rgb(133,98,127); }

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