Html Css Color HEX #8F6088 Trendy Pink

📋 copy color: '#8F6088'

red 143 ◦ green 96 ◦ blue 136

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

Shades of Trendy Pink #8F6088

Tints of Trendy Pink #8F6088

RGB

 RED value IS 143 (56.25% from 255) = 38.13%

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

 BLUE value IS 136 (53.52% from 255) = 36.27%

R = 38.13%
G = 25.6%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#8F6088 (or 0x8F6088) is known color: Trendy Pink. HEX triplet: 8F, 60 and 88. RGB value is (143,96,136). Sum of RGB (Red+Green+Blue) = 143+96+136=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6088 is #709F77. Grayscale: #727272. Windows color (decimal): -7380856 or 8937615. OLE color: 8937615.

HSL color Cylindrical-coordinate representation of color #8F6088: hue angle of 308.94º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F6088 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 96 136 -
CMYK 0 0.33 0.05 0.44
HSL 308.94º 0.2% 0.47% -
HSV(B) 308.94º 0.33% 0.56% -
XYZ 19.95 15.98 25.33 -
YUV 114.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 143 96 136 0 0.33 0.05 0.44 308.94 0.2 0.47
Hex 8F 60 88 0 21 5 2C 135 14 2F
Octal 217 140 210 0 41 5 54 465 24 57
Binary 10001111 1100000 10001000 0 100001 101 101100 100110101 10100 101111

Color Harmonies of #8F6088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6088

Black with #8F6088

Text Example


Text Example

White with #8F6088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,96,136); }

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

background-color css

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

 a { background-color: rgb(143,96,136); }

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

border-color css

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

 span { border-color: rgb(143,96,136); }

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