#8C4B83

Color #8C4B83 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #8C4B83

Tints of Trendy Pink #8C4B83

Color information

#8C4B83 (or 0x8C4B83) is unknown color: approx Trendy Pink. HEX triplet: 8C, 4B and 83. RGB value is (140,75,131). Sum of RGB (Red+Green+Blue) = 140+75+131=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4B83 is #73B47C. Grayscale: #646464. Windows color (decimal): -7582845 or 8604556. OLE color: 8604556.

HSL color Cylindrical-coordinate representation of color #8C4B83: hue angle of 308.31º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C4B83 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB14075131-
CMYK00.460.060.45
HSL308.31º30.23%42.16%-
HSV(B)308.31º46.43%54.9%-
XYZ17.4312.2522.92-
YUV100.82145.03155.95-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.46%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 131 (51.56% from 255) = 37.86%
R=40.46%
G=21.68%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407513100.460.060.45308.3130.2342.16
Hex8C4B8302E62D1341e2a
Octal2141132030566554643652
Binary10001100100101110000011010111011010110110011010011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,75,131); }

 H1.HeaderClassName
 {
   color: #8C4B83;
 }
 .AnyTagClassName
 {
   color: #8C4B83;
 }
</style>
background-color css

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

 a { background-color: rgb(140,75,131); }

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

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

 span { border-color: rgb(140,75,131); }

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