Html Css Color HEX #8A5983 Trendy Pink

📋 copy color: '#8A5983'

red 138 ◦ green 89 ◦ blue 131

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

Shades of Trendy Pink #8A5983

Tints of Trendy Pink #8A5983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.86%

 BLUE value IS 131 (51.56% from 255) = 36.59%

R = 38.55%
G = 24.86%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#8A5983 (or 0x8A5983) is known color: Trendy Pink. HEX triplet: 8A, 59 and 83. RGB value is (138,89,131). Sum of RGB (Red+Green+Blue) = 138+89+131=358 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.55% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5983 is #75A67C. Grayscale: #6C6C6C. Windows color (decimal): -7710333 or 8608138. OLE color: 8608138.

HSL color Cylindrical-coordinate representation of color #8A5983: hue angle of 308.57º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A5983 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 89 131 -
CMYK 0 0.36 0.05 0.46
HSL 308.57º 0.22% 0.45% -
HSV(B) 308.57º 0.36% 0.54% -
XYZ 18.15 14.19 23.25 -
YUV 108.44 140.73 149.08 -
System Red Green Blue C M Y K H S L
Decimal 138 89 131 0 0.36 0.05 0.46 308.57 0.22 0.45
Hex 8A 59 83 0 24 5 2E 135 16 2D
Octal 212 131 203 0 44 5 56 465 26 55
Binary 10001010 1011001 10000011 0 100100 101 101110 100110101 10110 101101

Color Harmonies of #8A5983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5983

Black with #8A5983

Text Example


Text Example

White with #8A5983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,89,131); }

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

background-color css

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

 a { background-color: rgb(138,89,131); }

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

border-color css

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

 span { border-color: rgb(138,89,131); }

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