Html Css Color HEX #85558C Trendy Pink

📋 copy color: '#85558C'

red 133 ◦ green 85 ◦ blue 140

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

Shades of Trendy Pink #85558C

Tints of Trendy Pink #85558C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.11%

R = 37.15%
G = 23.74%
B = 39.11%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85558C (or 0x85558C) is known color: Trendy Pink. HEX triplet: 85, 55 and 8C. RGB value is (133,85,140). Sum of RGB (Red+Green+Blue) = 133+85+140=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 140 - color contains mainly: blue. Hex color #85558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85558C is #7AAA73. Grayscale: #696969. Windows color (decimal): -8039028 or 9196933. OLE color: 9196933.

HSL color Cylindrical-coordinate representation of color #85558C: hue angle of 292.36º 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 #85558C is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 85 140 -
CMYK 0.05 0.39 0 0.45
HSL 292.36º 0.24% 0.44% -
HSV(B) 292.36º 0.39% 0.55% -
XYZ 17.65 13.38 26.46 -
YUV 105.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 133 85 140 0.05 0.39 0 0.45 292.36 0.24 0.44
Hex 85 55 8C 5 27 0 2D 124 18 2C
Octal 205 125 214 5 47 0 55 444 30 54
Binary 10000101 1010101 10001100 101 100111 0 101101 100100100 11000 101100

Color Harmonies of #85558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85558C

Black with #85558C

Text Example


Text Example

White with #85558C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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