Html Css Color HEX #8C5390 Trendy Pink

📋 copy color: '#8C5390'

red 140 ◦ green 83 ◦ blue 144

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

Shades of Trendy Pink #8C5390

Tints of Trendy Pink #8C5390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.62%

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

R = 38.15%
G = 22.62%
B = 39.24%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8C5390 (or 0x8C5390) is known color: Trendy Pink. HEX triplet: 8C, 53 and 90. RGB value is (140,83,144). Sum of RGB (Red+Green+Blue) = 140+83+144=367 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.15% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 144 - color contains mainly: blue. Hex color #8C5390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5390 is #73AC6F. Grayscale: #6A6A6A. Windows color (decimal): -7580784 or 9458572. OLE color: 9458572.

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

Color convert

RGB 140 83 144 -
CMYK 0.03 0.42 0 0.44
HSL 296.07º 0.27% 0.45% -
HSV(B) 296.07º 0.42% 0.56% -
XYZ 18.94 13.78 28.05 -
YUV 107 148.88 151.54 -
System Red Green Blue C M Y K H S L
Decimal 140 83 144 0.03 0.42 0 0.44 296.07 0.27 0.45
Hex 8C 53 90 3 2A 0 2C 128 1B 2D
Octal 214 123 220 3 52 0 54 450 33 55
Binary 10001100 1010011 10010000 11 101010 0 101100 100101000 11011 101101

Color Harmonies of #8C5390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5390

Black with #8C5390

Text Example


Text Example

White with #8C5390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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