Html Css Color HEX #85638B Trendy Pink

📋 copy color: '#85638B'

red 133 ◦ green 99 ◦ blue 139

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

Shades of Trendy Pink #85638B

Tints of Trendy Pink #85638B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.68%

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 35.85%
G = 26.68%
B = 37.47%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85638B (or 0x85638B) is known color: Trendy Pink. HEX triplet: 85, 63 and 8B. RGB value is (133,99,139). Sum of RGB (Red+Green+Blue) = 133+99+139=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #85638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85638B is #7A9C74. Grayscale: #717171. Windows color (decimal): -8035445 or 9134981. OLE color: 9134981.

HSL color Cylindrical-coordinate representation of color #85638B: hue angle of 291º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85638B is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 99 139 -
CMYK 0.04 0.29 0 0.45
HSL 291º 0.17% 0.47% -
HSV(B) 291º 0.29% 0.55% -
XYZ 18.79 15.77 26.48 -
YUV 113.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 133 99 139 0.04 0.29 0 0.45 291 0.17 0.47
Hex 85 63 8B 4 1D 0 2D 123 11 2F
Octal 205 143 213 4 35 0 55 443 21 57
Binary 10000101 1100011 10001011 100 11101 0 101101 100100011 10001 101111

Color Harmonies of #85638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85638B

Black with #85638B

Text Example


Text Example

White with #85638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85638B; }

 p { color: rgb(133,99,139); }

 H1.HeaderClassName
 {
   color: #85638B;
 }
 .AnyTagClassName
 {
   color: #85638B;
 }
</style>

background-color css

<style>
 a { background-color: #85638B; }

 a { background-color: rgb(133,99,139); }

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

border-color css

<style>
 span { border-color: #85638B; }

 span { border-color: rgb(133,99,139); }

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