Html Css Color HEX #8B4584 Trendy Pink

📋 copy color: '#8B4584'

red 139 ◦ green 69 ◦ blue 132

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

Shades of Trendy Pink #8B4584

Tints of Trendy Pink #8B4584

RGB

 RED value IS 139 (54.69% from 255) = 40.88%

 GREEN value IS 69 (27.34% from 255) = 20.29%

 BLUE value IS 132 (51.95% from 255) = 38.82%

R = 40.88%
G = 20.29%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#8B4584 (or 0x8B4584) is known color: Trendy Pink. HEX triplet: 8B, 45 and 84. RGB value is (139,69,132). Sum of RGB (Red+Green+Blue) = 139+69+132=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4584 is #74BA7B. Grayscale: #606060. Windows color (decimal): -7649916 or 8668555. OLE color: 8668555.

HSL color Cylindrical-coordinate representation of color #8B4584: hue angle of 306º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B4584 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 69 132 -
CMYK 0 0.50 0.05 0.45
HSL 306º 0.34% 0.41% -
HSV(B) 306º 0.5% 0.55% -
XYZ 16.94 11.41 23.14 -
YUV 97.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 139 69 132 0 0.50 0.05 0.45 306 0.34 0.41
Hex 8B 45 84 0 32 5 2D 132 22 29
Octal 213 105 204 0 62 5 55 462 42 51
Binary 10001011 1000101 10000100 0 110010 101 101101 100110010 100010 101001

Color Harmonies of #8B4584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4584

Black with #8B4584

Text Example


Text Example

White with #8B4584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B4584; }

 p { color: rgb(139,69,132); }

 H1.HeaderClassName
 {
   color: #8B4584;
 }
 .AnyTagClassName
 {
   color: #8B4584;
 }
</style>

background-color css

<style>
 a { background-color: #8B4584; }

 a { background-color: rgb(139,69,132); }

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

border-color css

<style>
 span { border-color: #8B4584; }

 span { border-color: rgb(139,69,132); }

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