Html Css Color HEX #8C6289 Trendy Pink

📋 copy color: '#8C6289'

red 140 ◦ green 98 ◦ blue 137

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

Shades of Trendy Pink #8C6289

Tints of Trendy Pink #8C6289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.13%

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

R = 37.33%
G = 26.13%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8C6289 (or 0x8C6289) is known color: Trendy Pink. HEX triplet: 8C, 62 and 89. RGB value is (140,98,137). Sum of RGB (Red+Green+Blue) = 140+98+137=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6289 is #739D76. Grayscale: #727272. Windows color (decimal): -7576951 or 9003660. OLE color: 9003660.

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

Color convert

RGB 140 98 137 -
CMYK 0 0.3 0.02 0.45
HSL 304.29º 0.18% 0.47% -
HSV(B) 304.29º 0.3% 0.55% -
XYZ 19.7 16.12 25.74 -
YUV 115 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 140 98 137 0 0.3 0.02 0.45 304.29 0.18 0.47
Hex 8C 62 89 0 1E 2 2D 130 12 2F
Octal 214 142 211 0 36 2 55 460 22 57
Binary 10001100 1100010 10001001 0 11110 10 101101 100110000 10010 101111

Color Harmonies of #8C6289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6289

Black with #8C6289

Text Example


Text Example

White with #8C6289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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