Html Css Color HEX #85507B Trendy Pink

📋 copy color: '#85507B'

red 133 ◦ green 80 ◦ blue 123

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

Shades of Trendy Pink #85507B

Tints of Trendy Pink #85507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 39.58%
G = 23.81%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85507B (or 0x85507B) is known color: Trendy Pink. HEX triplet: 85, 50 and 7B. RGB value is (133,80,123). Sum of RGB (Red+Green+Blue) = 133+80+123=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #85507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85507B is #7AAF84. Grayscale: #646464. Windows color (decimal): -8040325 or 8081541. OLE color: 8081541.

HSL color Cylindrical-coordinate representation of color #85507B: hue angle of 311.32º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85507B is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 123 -
CMYK 0 0.40 0.08 0.48
HSL 311.32º 0.25% 0.42% -
HSV(B) 311.32º 0.4% 0.52% -
XYZ 16.12 12.15 20.24 -
YUV 100.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 133 80 123 0 0.40 0.08 0.48 311.32 0.25 0.42
Hex 85 50 7B 0 28 8 30 137 19 2A
Octal 205 120 173 0 50 10 60 467 31 52
Binary 10000101 1010000 1111011 0 101000 1000 110000 100110111 11001 101010

Color Harmonies of #85507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85507B

Black with #85507B

Text Example


Text Example

White with #85507B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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