Html Css Color HEX #85617E Trendy Pink

📋 copy color: '#85617E'

red 133 ◦ green 97 ◦ blue 126

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

Shades of Trendy Pink #85617E

Tints of Trendy Pink #85617E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.39%

R = 37.36%
G = 27.25%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85617E (or 0x85617E) is known color: Trendy Pink. HEX triplet: 85, 61 and 7E. RGB value is (133,97,126). Sum of RGB (Red+Green+Blue) = 133+97+126=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #85617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85617E is #7A9E81. Grayscale: #6E6E6E. Windows color (decimal): -8035970 or 8282501. OLE color: 8282501.

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

Color convert

RGB 133 97 126 -
CMYK 0 0.27 0.05 0.48
HSL 311.67º 0.16% 0.45% -
HSV(B) 311.67º 0.27% 0.52% -
XYZ 17.71 15.04 21.71 -
YUV 111.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 133 97 126 0 0.27 0.05 0.48 311.67 0.16 0.45
Hex 85 61 7E 0 1B 5 30 138 10 2D
Octal 205 141 176 0 33 5 60 470 20 55
Binary 10000101 1100001 1111110 0 11011 101 110000 100111000 10000 101101

Color Harmonies of #85617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85617E

Black with #85617E

Text Example


Text Example

White with #85617E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85617E; }

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

 H1.HeaderClassName
 {
   color: #85617E;
 }
 .AnyTagClassName
 {
   color: #85617E;
 }
</style>

background-color css

<style>
 a { background-color: #85617E; }

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

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

border-color css

<style>
 span { border-color: #85617E; }

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

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