Html Css Color HEX #85508D Trendy Pink

📋 copy color: '#85508D'

red 133 ◦ green 80 ◦ blue 141

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

Shades of Trendy Pink #85508D

Tints of Trendy Pink #85508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

 BLUE value IS 141 (55.47% from 255) = 39.83%

R = 37.57%
G = 22.6%
B = 39.83%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85508D (or 0x85508D) is known color: Trendy Pink. HEX triplet: 85, 50 and 8D. RGB value is (133,80,141). Sum of RGB (Red+Green+Blue) = 133+80+141=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #85508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85508D is #7AAF72. Grayscale: #666666. Windows color (decimal): -8040307 or 9261189. OLE color: 9261189.

HSL color Cylindrical-coordinate representation of color #85508D: hue angle of 292.13º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85508D is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 80 141 -
CMYK 0.06 0.43 0 0.45
HSL 292.13º 0.28% 0.43% -
HSV(B) 292.13º 0.43% 0.55% -
XYZ 17.35 12.65 26.73 -
YUV 102.8 149.56 149.54 -
System Red Green Blue C M Y K H S L
Decimal 133 80 141 0.06 0.43 0 0.45 292.13 0.28 0.43
Hex 85 50 8D 6 2B 0 2D 124 1C 2B
Octal 205 120 215 6 53 0 55 444 34 53
Binary 10000101 1010000 10001101 110 101011 0 101101 100100100 11100 101011

Color Harmonies of #85508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85508D

Black with #85508D

Text Example


Text Example

White with #85508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85508D; }

 p { color: rgb(133,80,141); }

 H1.HeaderClassName
 {
   color: #85508D;
 }
 .AnyTagClassName
 {
   color: #85508D;
 }
</style>

background-color css

<style>
 a { background-color: #85508D; }

 a { background-color: rgb(133,80,141); }

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

border-color css

<style>
 span { border-color: #85508D; }

 span { border-color: rgb(133,80,141); }

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