Html Css Color HEX #85437E Trendy Pink

📋 copy color: '#85437E'

red 133 ◦ green 67 ◦ blue 126

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

Shades of Trendy Pink #85437E

Tints of Trendy Pink #85437E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 40.8%
G = 20.55%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#85437E (or 0x85437E) is known color: Trendy Pink. HEX triplet: 85, 43 and 7E. RGB value is (133,67,126). Sum of RGB (Red+Green+Blue) = 133+67+126=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85437E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85437E is #7ABC81. Grayscale: #5D5D5D. Windows color (decimal): -8043650 or 8274821. OLE color: 8274821.

HSL color Cylindrical-coordinate representation of color #85437E: hue angle of 306.36º 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 #85437E is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 67 126 -
CMYK 0 0.50 0.05 0.48
HSL 306.36º 0.33% 0.39% -
HSV(B) 306.36º 0.5% 0.52% -
XYZ 15.45 10.51 20.95 -
YUV 93.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 133 67 126 0 0.50 0.05 0.48 306.36 0.33 0.39
Hex 85 43 7E 0 32 5 30 132 21 27
Octal 205 103 176 0 62 5 60 462 41 47
Binary 10000101 1000011 1111110 0 110010 101 110000 100110010 100001 100111

Color Harmonies of #85437E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85437E

Black with #85437E

Text Example


Text Example

White with #85437E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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