Html Css Color HEX #8A6489 Trendy Pink

📋 copy color: '#8A6489'

red 138 ◦ green 100 ◦ blue 137

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

Shades of Trendy Pink #8A6489

Tints of Trendy Pink #8A6489

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.67%

 BLUE value IS 137 (53.91% from 255) = 36.53%

R = 36.8%
G = 26.67%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#8A6489 (or 0x8A6489) is known color: Trendy Pink. HEX triplet: 8A, 64 and 89. RGB value is (138,100,137). Sum of RGB (Red+Green+Blue) = 138+100+137=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6489 is #759B76. Grayscale: #737373. Windows color (decimal): -7707511 or 9004170. OLE color: 9004170.

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

Color convert

RGB 138 100 137 -
CMYK 0 0.28 0.01 0.46
HSL 301.58º 0.16% 0.47% -
HSV(B) 301.58º 0.28% 0.54% -
XYZ 19.55 16.32 25.79 -
YUV 115.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 138 100 137 0 0.28 0.01 0.46 301.58 0.16 0.47
Hex 8A 64 89 0 1C 1 2E 12E 10 2F
Octal 212 144 211 0 34 1 56 456 20 57
Binary 10001010 1100100 10001001 0 11100 1 101110 100101110 10000 101111

Color Harmonies of #8A6489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6489

Black with #8A6489

Text Example


Text Example

White with #8A6489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,100,137); }

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

background-color css

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

 a { background-color: rgb(138,100,137); }

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

border-color css

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

 span { border-color: rgb(138,100,137); }

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