Html Css Color HEX #8A5288 Trendy Pink

📋 copy color: '#8A5288'

red 138 ◦ green 82 ◦ blue 136

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

Shades of Trendy Pink #8A5288

Tints of Trendy Pink #8A5288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.03%

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

R = 38.76%
G = 23.03%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#8A5288 (or 0x8A5288) is known color: Trendy Pink. HEX triplet: 8A, 52 and 88. RGB value is (138,82,136). Sum of RGB (Red+Green+Blue) = 138+82+136=356 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.76% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5288 is #75AD77. Grayscale: #686868. Windows color (decimal): -7712120 or 8934026. OLE color: 8934026.

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

Color convert

RGB 138 82 136 -
CMYK 0 0.41 0.01 0.46
HSL 302.14º 0.25% 0.43% -
HSV(B) 302.14º 0.41% 0.54% -
XYZ 17.94 13.22 24.9 -
YUV 104.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 138 82 136 0 0.41 0.01 0.46 302.14 0.25 0.43
Hex 8A 52 88 0 29 1 2E 12E 19 2B
Octal 212 122 210 0 51 1 56 456 31 53
Binary 10001010 1010010 10001000 0 101001 1 101110 100101110 11001 101011

Color Harmonies of #8A5288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5288

Black with #8A5288

Text Example


Text Example

White with #8A5288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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