Html Css Color HEX #8A4478 Trendy Pink

📋 copy color: '#8A4478'

red 138 ◦ green 68 ◦ blue 120

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

Shades of Trendy Pink #8A4478

Tints of Trendy Pink #8A4478

RGB

 RED value IS 138 (54.3% from 255) = 42.33%

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

 BLUE value IS 120 (47.27% from 255) = 36.81%

R = 42.33%
G = 20.86%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#8A4478 (or 0x8A4478) is known color: Trendy Pink. HEX triplet: 8A, 44 and 78. RGB value is (138,68,120). Sum of RGB (Red+Green+Blue) = 138+68+120=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4478 is #75BB87. Grayscale: #5E5E5E. Windows color (decimal): -7715720 or 7881866. OLE color: 7881866.

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

Color convert

RGB 138 68 120 -
CMYK 0 0.51 0.13 0.46
HSL 315.43º 0.34% 0.4% -
HSV(B) 315.43º 0.51% 0.54% -
XYZ 15.94 10.89 19.03 -
YUV 94.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 138 68 120 0 0.51 0.13 0.46 315.43 0.34 0.4
Hex 8A 44 78 0 33 D 2E 13B 22 28
Octal 212 104 170 0 63 15 56 473 42 50
Binary 10001010 1000100 1111000 0 110011 1101 101110 100111011 100010 101000

Color Harmonies of #8A4478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4478

Black with #8A4478

Text Example


Text Example

White with #8A4478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,68,120); }

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

background-color css

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

 a { background-color: rgb(138,68,120); }

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

border-color css

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

 span { border-color: rgb(138,68,120); }

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