Html Css Color HEX #8A518D Trendy Pink

📋 copy color: '#8A518D'

red 138 ◦ green 81 ◦ blue 141

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

Shades of Trendy Pink #8A518D

Tints of Trendy Pink #8A518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.5%

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

R = 38.33%
G = 22.5%
B = 39.17%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8A518D (or 0x8A518D) is known color: Trendy Pink. HEX triplet: 8A, 51 and 8D. RGB value is (138,81,141). Sum of RGB (Red+Green+Blue) = 138+81+141=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #8A518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A518D is #75AE72. Grayscale: #686868. Windows color (decimal): -7712371 or 9261450. OLE color: 9261450.

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

Color convert

RGB 138 81 141 -
CMYK 0.02 0.43 0 0.45
HSL 297º 0.27% 0.44% -
HSV(B) 297º 0.43% 0.55% -
XYZ 18.23 13.21 26.79 -
YUV 104.88 148.38 151.62 -
System Red Green Blue C M Y K H S L
Decimal 138 81 141 0.02 0.43 0 0.45 297 0.27 0.44
Hex 8A 51 8D 2 2B 0 2D 129 1B 2C
Octal 212 121 215 2 53 0 55 451 33 54
Binary 10001010 1010001 10001101 10 101011 0 101101 100101001 11011 101100

Color Harmonies of #8A518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A518D

Black with #8A518D

Text Example


Text Example

White with #8A518D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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