Html Css Color HEX #85558B Trendy Pink

📋 copy color: '#85558B'

red 133 ◦ green 85 ◦ blue 139

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

Shades of Trendy Pink #85558B

Tints of Trendy Pink #85558B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

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

R = 37.25%
G = 23.81%
B = 38.94%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85558B (or 0x85558B) is known color: Trendy Pink. HEX triplet: 85, 55 and 8B. RGB value is (133,85,139). Sum of RGB (Red+Green+Blue) = 133+85+139=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #85558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85558B is #7AAA74. Grayscale: #696969. Windows color (decimal): -8039029 or 9131397. OLE color: 9131397.

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

Color convert

RGB 133 85 139 -
CMYK 0.04 0.39 0 0.45
HSL 293.33º 0.24% 0.44% -
HSV(B) 293.33º 0.39% 0.55% -
XYZ 17.58 13.35 26.08 -
YUV 105.51 146.9 147.61 -
System Red Green Blue C M Y K H S L
Decimal 133 85 139 0.04 0.39 0 0.45 293.33 0.24 0.44
Hex 85 55 8B 4 27 0 2D 125 18 2C
Octal 205 125 213 4 47 0 55 445 30 54
Binary 10000101 1010101 10001011 100 100111 0 101101 100100101 11000 101100

Color Harmonies of #85558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85558B

Black with #85558B

Text Example


Text Example

White with #85558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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