Html Css Color HEX #8B4479 Trendy Pink

📋 copy color: '#8B4479'

red 139 ◦ green 68 ◦ blue 121

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

Shades of Trendy Pink #8B4479

Tints of Trendy Pink #8B4479

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.73%

 BLUE value IS 121 (47.66% from 255) = 36.89%

R = 42.38%
G = 20.73%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8B4479 (or 0x8B4479) is known color: Trendy Pink. HEX triplet: 8B, 44 and 79. RGB value is (139,68,121). Sum of RGB (Red+Green+Blue) = 139+68+121=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4479 is #74BB86. Grayscale: #5F5F5F. Windows color (decimal): -7650183 or 7947403. OLE color: 7947403.

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

Color convert

RGB 139 68 121 -
CMYK 0 0.51 0.13 0.45
HSL 315.21º 0.34% 0.41% -
HSV(B) 315.21º 0.51% 0.55% -
XYZ 16.17 11 19.36 -
YUV 95.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 139 68 121 0 0.51 0.13 0.45 315.21 0.34 0.41
Hex 8B 44 79 0 33 D 2D 13B 22 29
Octal 213 104 171 0 63 15 55 473 42 51
Binary 10001011 1000100 1111001 0 110011 1101 101101 100111011 100010 101001

Color Harmonies of #8B4479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4479

Black with #8B4479

Text Example


Text Example

White with #8B4479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,68,121); }

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

background-color css

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

 a { background-color: rgb(139,68,121); }

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

border-color css

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

 span { border-color: rgb(139,68,121); }

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