#8B6092

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

Shades of Trendy Pink #8B6092

Tints of Trendy Pink #8B6092

Color information

#8B6092 (or 0x8B6092) is unknown color: approx Trendy Pink. HEX triplet: 8B, 60 and 92. RGB value is (139,96,146). Sum of RGB (Red+Green+Blue) = 139+96+146=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B6092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6092 is #749F6D. Grayscale: #727272. Windows color (decimal): -7642990 or 9592971. OLE color: 9592971.

HSL color Cylindrical-coordinate representation of color #8B6092: hue angle of 291.6º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B6092 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13996146-
CMYK0.050.3400.43
HSL291.6º20.66%47.45%-
HSV(B)291.6º34.25%57.25%-
XYZ20.0215.9329.21-
YUV114.56145.75145.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.48%
GREEN value IS 96 (37.89% from 255) = 25.20%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=36.48%
G=25.20%
B=38.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal139961460.050.3400.43291.620.6647.45
Hex8B609252202B124152f
Octal2131402225420534442557
Binary10001011110000010010010101100010010101110010010010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,96,146); }

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

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

 a { background-color: rgb(139,96,146); }

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

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

 span { border-color: rgb(139,96,146); }

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