Html Css Color HEX #8A558D Trendy Pink

📋 copy color: '#8A558D'

red 138 ◦ green 85 ◦ blue 141

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

Shades of Trendy Pink #8A558D

Tints of Trendy Pink #8A558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.35%

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 37.91%
G = 23.35%
B = 38.74%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8A558D (or 0x8A558D) is known color: Trendy Pink. HEX triplet: 8A, 55 and 8D. RGB value is (138,85,141). Sum of RGB (Red+Green+Blue) = 138+85+141=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A558D is #75AA72. Grayscale: #6B6B6B. Windows color (decimal): -7711347 or 9262474. OLE color: 9262474.

HSL color Cylindrical-coordinate representation of color #8A558D: hue angle of 296.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A558D is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 85 141 -
CMYK 0.02 0.40 0 0.45
HSL 296.79º 0.25% 0.44% -
HSV(B) 296.79º 0.4% 0.55% -
XYZ 18.54 13.82 26.89 -
YUV 107.23 147.06 149.95 -
System Red Green Blue C M Y K H S L
Decimal 138 85 141 0.02 0.40 0 0.45 296.79 0.25 0.44
Hex 8A 55 8D 2 28 0 2D 129 19 2C
Octal 212 125 215 2 50 0 55 451 31 54
Binary 10001010 1010101 10001101 10 101000 0 101101 100101001 11001 101100

Color Harmonies of #8A558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A558D

Black with #8A558D

Text Example


Text Example

White with #8A558D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,85,141); }

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

background-color css

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

 a { background-color: rgb(138,85,141); }

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

border-color css

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

 span { border-color: rgb(138,85,141); }

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