Html Css Color HEX #87467B Trendy Pink

📋 copy color: '#87467B'

red 135 ◦ green 70 ◦ blue 123

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

Shades of Trendy Pink #87467B

Tints of Trendy Pink #87467B

RGB

 RED value IS 135 (53.13% from 255) = 41.16%

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

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

R = 41.16%
G = 21.34%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#87467B (or 0x87467B) is known color: Trendy Pink. HEX triplet: 87, 46 and 7B. RGB value is (135,70,123). Sum of RGB (Red+Green+Blue) = 135+70+123=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #87467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87467B is #78B984. Grayscale: #5F5F5F. Windows color (decimal): -7911813 or 8078983. OLE color: 8078983.

HSL color Cylindrical-coordinate representation of color #87467B: hue angle of 311.08º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #87467B is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 70 123 -
CMYK 0 0.48 0.09 0.47
HSL 311.08º 0.32% 0.4% -
HSV(B) 311.08º 0.48% 0.53% -
XYZ 15.76 10.96 20.02 -
YUV 95.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 135 70 123 0 0.48 0.09 0.47 311.08 0.32 0.4
Hex 87 46 7B 0 30 9 2F 137 20 28
Octal 207 106 173 0 60 11 57 467 40 50
Binary 10000111 1000110 1111011 0 110000 1001 101111 100110111 100000 101000

Color Harmonies of #87467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87467B

Black with #87467B

Text Example


Text Example

White with #87467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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