Html Css Color HEX #8C6089 Trendy Pink

📋 copy color: '#8C6089'

red 140 ◦ green 96 ◦ blue 137

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

Shades of Trendy Pink #8C6089

Tints of Trendy Pink #8C6089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.74%

 BLUE value IS 137 (53.91% from 255) = 36.73%

R = 37.53%
G = 25.74%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C6089 (or 0x8C6089) is known color: Trendy Pink. HEX triplet: 8C, 60 and 89. RGB value is (140,96,137). Sum of RGB (Red+Green+Blue) = 140+96+137=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6089 is #739F76. Grayscale: #717171. Windows color (decimal): -7577463 or 9003148. OLE color: 9003148.

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

Color convert

RGB 140 96 137 -
CMYK 0 0.31 0.02 0.45
HSL 304.09º 0.19% 0.46% -
HSV(B) 304.09º 0.31% 0.55% -
XYZ 19.51 15.75 25.68 -
YUV 113.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 140 96 137 0 0.31 0.02 0.45 304.09 0.19 0.46
Hex 8C 60 89 0 1F 2 2D 130 13 2E
Octal 214 140 211 0 37 2 55 460 23 56
Binary 10001100 1100000 10001001 0 11111 10 101101 100110000 10011 101110

Color Harmonies of #8C6089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6089

Black with #8C6089

Text Example


Text Example

White with #8C6089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,96,137); }

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

background-color css

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

 a { background-color: rgb(140,96,137); }

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

border-color css

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

 span { border-color: rgb(140,96,137); }

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