Html Css Color HEX #8C5886 Trendy Pink

📋 copy color: '#8C5886'

red 140 ◦ green 88 ◦ blue 134

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

Shades of Trendy Pink #8C5886

Tints of Trendy Pink #8C5886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.31%

 BLUE value IS 134 (52.73% from 255) = 37.02%

R = 38.67%
G = 24.31%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8C5886 (or 0x8C5886) is known color: Trendy Pink. HEX triplet: 8C, 58 and 86. RGB value is (140,88,134). Sum of RGB (Red+Green+Blue) = 140+88+134=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5886 is #73A779. Grayscale: #6C6C6C. Windows color (decimal): -7579514 or 8804492. OLE color: 8804492.

HSL color Cylindrical-coordinate representation of color #8C5886: hue angle of 306.92º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C5886 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 88 134 -
CMYK 0 0.37 0.04 0.45
HSL 306.92º 0.23% 0.45% -
HSV(B) 306.92º 0.37% 0.55% -
XYZ 18.61 14.28 24.33 -
YUV 108.79 142.23 150.26 -
System Red Green Blue C M Y K H S L
Decimal 140 88 134 0 0.37 0.04 0.45 306.92 0.23 0.45
Hex 8C 58 86 0 25 4 2D 133 17 2D
Octal 214 130 206 0 45 4 55 463 27 55
Binary 10001100 1011000 10000110 0 100101 100 101101 100110011 10111 101101

Color Harmonies of #8C5886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5886

Black with #8C5886

Text Example


Text Example

White with #8C5886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,88,134); }

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

background-color css

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

 a { background-color: rgb(140,88,134); }

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

border-color css

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

 span { border-color: rgb(140,88,134); }

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