Html Css Color HEX #85437C Trendy Pink

📋 copy color: '#85437C'

red 133 ◦ green 67 ◦ blue 124

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

Shades of Trendy Pink #85437C

Tints of Trendy Pink #85437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.68%

 BLUE value IS 124 (48.83% from 255) = 38.27%

R = 41.05%
G = 20.68%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#85437C (or 0x85437C) is known color: Trendy Pink. HEX triplet: 85, 43 and 7C. RGB value is (133,67,124). Sum of RGB (Red+Green+Blue) = 133+67+124=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85437C is #7ABC83. Grayscale: #5D5D5D. Windows color (decimal): -8043652 or 8143749. OLE color: 8143749.

HSL color Cylindrical-coordinate representation of color #85437C: hue angle of 308.18º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85437C is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 67 124 -
CMYK 0 0.50 0.07 0.48
HSL 308.18º 0.33% 0.39% -
HSV(B) 308.18º 0.5% 0.52% -
XYZ 15.32 10.46 20.28 -
YUV 93.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 133 67 124 0 0.50 0.07 0.48 308.18 0.33 0.39
Hex 85 43 7C 0 32 7 30 134 21 27
Octal 205 103 174 0 62 7 60 464 41 47
Binary 10000101 1000011 1111100 0 110010 111 110000 100110100 100001 100111

Color Harmonies of #85437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85437C

Black with #85437C

Text Example


Text Example

White with #85437C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,67,124); }

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

background-color css

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

 a { background-color: rgb(133,67,124); }

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

border-color css

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

 span { border-color: rgb(133,67,124); }

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