Html Css Color HEX #85467B Trendy Pink

📋 copy color: '#85467B'

red 133 ◦ green 70 ◦ blue 123

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

Shades of Trendy Pink #85467B

Tints of Trendy Pink #85467B

RGB

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

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

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

R = 40.8%
G = 21.47%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#85467B (or 0x85467B) is known color: Trendy Pink. HEX triplet: 85, 46 and 7B. RGB value is (133,70,123). Sum of RGB (Red+Green+Blue) = 133+70+123=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85467B is #7AB984. Grayscale: #5E5E5E. Windows color (decimal): -8042885 or 8078981. OLE color: 8078981.

HSL color Cylindrical-coordinate representation of color #85467B: hue angle of 309.52º 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 #85467B is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 123 -
CMYK 0 0.47 0.08 0.48
HSL 309.52º 0.31% 0.4% -
HSV(B) 309.52º 0.47% 0.52% -
XYZ 15.44 10.8 20.01 -
YUV 94.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 133 70 123 0 0.47 0.08 0.48 309.52 0.31 0.4
Hex 85 46 7B 0 2F 8 30 136 1F 28
Octal 205 106 173 0 57 10 60 466 37 50
Binary 10000101 1000110 1111011 0 101111 1000 110000 100110110 11111 101000

Color Harmonies of #85467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85467B

Black with #85467B

Text Example


Text Example

White with #85467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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