Html Css Color HEX #85467D Trendy Pink

📋 copy color: '#85467D'

red 133 ◦ green 70 ◦ blue 125

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

Shades of Trendy Pink #85467D

Tints of Trendy Pink #85467D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.34%

 BLUE value IS 125 (49.22% from 255) = 38.11%

R = 40.55%
G = 21.34%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#85467D (or 0x85467D) is known color: Trendy Pink. HEX triplet: 85, 46 and 7D. RGB value is (133,70,125). Sum of RGB (Red+Green+Blue) = 133+70+125=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85467D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85467D is #7AB982. Grayscale: #5E5E5E. Windows color (decimal): -8042883 or 8210053. OLE color: 8210053.

HSL color Cylindrical-coordinate representation of color #85467D: hue angle of 307.62º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85467D is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 125 -
CMYK 0 0.47 0.06 0.48
HSL 307.62º 0.31% 0.4% -
HSV(B) 307.62º 0.47% 0.52% -
XYZ 15.56 10.85 20.68 -
YUV 95.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 133 70 125 0 0.47 0.06 0.48 307.62 0.31 0.4
Hex 85 46 7D 0 2F 6 30 134 1F 28
Octal 205 106 175 0 57 6 60 464 37 50
Binary 10000101 1000110 1111101 0 101111 110 110000 100110100 11111 101000

Color Harmonies of #85467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85467D

Black with #85467D

Text Example


Text Example

White with #85467D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,70,125); }

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

background-color css

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

 a { background-color: rgb(133,70,125); }

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

border-color css

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

 span { border-color: rgb(133,70,125); }

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