Html Css Color HEX #8C5890 Trendy Pink

📋 copy color: '#8C5890'

red 140 ◦ green 88 ◦ blue 144

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

Shades of Trendy Pink #8C5890

Tints of Trendy Pink #8C5890

RGB

 RED value IS 140 (55.08% from 255) = 37.63%

 GREEN value IS 88 (34.77% from 255) = 23.66%

 BLUE value IS 144 (56.64% from 255) = 38.71%

R = 37.63%
G = 23.66%
B = 38.71%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8C5890 (or 0x8C5890) is known color: Trendy Pink. HEX triplet: 8C, 58 and 90. RGB value is (140,88,144). Sum of RGB (Red+Green+Blue) = 140+88+144=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C5890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5890 is #73A76F. Grayscale: #6D6D6D. Windows color (decimal): -7579504 or 9459852. OLE color: 9459852.

HSL color Cylindrical-coordinate representation of color #8C5890: hue angle of 295.71º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C5890 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 140 88 144 -
CMYK 0.03 0.39 0 0.44
HSL 295.71º 0.24% 0.45% -
HSV(B) 295.71º 0.39% 0.56% -
XYZ 19.34 14.57 28.18 -
YUV 109.93 147.23 149.45 -
System Red Green Blue C M Y K H S L
Decimal 140 88 144 0.03 0.39 0 0.44 295.71 0.24 0.45
Hex 8C 58 90 3 27 0 2C 128 18 2D
Octal 214 130 220 3 47 0 54 450 30 55
Binary 10001100 1011000 10010000 11 100111 0 101100 100101000 11000 101101

Color Harmonies of #8C5890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5890

Black with #8C5890

Text Example


Text Example

White with #8C5890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,88,144); }

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

background-color css

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

 a { background-color: rgb(140,88,144); }

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

border-color css

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

 span { border-color: rgb(140,88,144); }

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