Html Css Color HEX #8C5593 Trendy Pink

📋 copy color: '#8C5593'

red 140 ◦ green 85 ◦ blue 147

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

Shades of Trendy Pink #8C5593

Tints of Trendy Pink #8C5593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.52%

R = 37.63%
G = 22.85%
B = 39.52%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8C5593 (or 0x8C5593) is known color: Trendy Pink. HEX triplet: 8C, 55 and 93. RGB value is (140,85,147). Sum of RGB (Red+Green+Blue) = 140+85+147=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 147 - color contains mainly: blue. Hex color #8C5593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5593 is #73AA6C. Grayscale: #6C6C6C. Windows color (decimal): -7580269 or 9655692. OLE color: 9655692.

HSL color Cylindrical-coordinate representation of color #8C5593: hue angle of 293.23º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C5593 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 85 147 -
CMYK 0.05 0.42 0 0.42
HSL 293.23º 0.27% 0.45% -
HSV(B) 293.23º 0.42% 0.58% -
XYZ 19.33 14.18 29.32 -
YUV 108.51 149.72 150.46 -
System Red Green Blue C M Y K H S L
Decimal 140 85 147 0.05 0.42 0 0.42 293.23 0.27 0.45
Hex 8C 55 93 5 2A 0 2A 125 1B 2D
Octal 214 125 223 5 52 0 52 445 33 55
Binary 10001100 1010101 10010011 101 101010 0 101010 100100101 11011 101101

Color Harmonies of #8C5593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5593

Black with #8C5593

Text Example


Text Example

White with #8C5593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,85,147); }

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

background-color css

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

 a { background-color: rgb(140,85,147); }

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

border-color css

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

 span { border-color: rgb(140,85,147); }

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