Html Css Color HEX #8A7088 Trendy Pink

📋 copy color: '#8A7088'

red 138 ◦ green 112 ◦ blue 136

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

Shades of Trendy Pink #8A7088

Tints of Trendy Pink #8A7088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.02%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 35.75%
G = 29.02%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#8A7088 (or 0x8A7088) is known color: Trendy Pink. HEX triplet: 8A, 70 and 88. RGB value is (138,112,136). Sum of RGB (Red+Green+Blue) = 138+112+136=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7088 is #758F77. Grayscale: #7A7A7A. Windows color (decimal): -7704440 or 8941706. OLE color: 8941706.

HSL color Cylindrical-coordinate representation of color #8A7088: hue angle of 304.62º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8A7088 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 112 136 -
CMYK 0 0.19 0.01 0.46
HSL 304.62º 0.1% 0.49% -
HSV(B) 304.62º 0.19% 0.54% -
XYZ 20.72 18.77 25.82 -
YUV 122.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 138 112 136 0 0.19 0.01 0.46 304.62 0.1 0.49
Hex 8A 70 88 0 13 1 2E 131 A 31
Octal 212 160 210 0 23 1 56 461 12 61
Binary 10001010 1110000 10001000 0 10011 1 101110 100110001 1010 110001

Color Harmonies of #8A7088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7088

Black with #8A7088

Text Example


Text Example

White with #8A7088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,112,136); }

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

background-color css

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

 a { background-color: rgb(138,112,136); }

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

border-color css

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

 span { border-color: rgb(138,112,136); }

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