#8B6792

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

Shades of Trendy Pink #8B6792

Tints of Trendy Pink #8B6792

Color information

#8B6792 (or 0x8B6792) is unknown color: approx Trendy Pink. HEX triplet: 8B, 67 and 92. RGB value is (139,103,146). Sum of RGB (Red+Green+Blue) = 139+103+146=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 146 - color contains mainly: blue. Hex color #8B6792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6792 is #74986D. Grayscale: #767676. Windows color (decimal): -7641198 or 9594763. OLE color: 9594763.

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

Color convert

RGB139103146-
CMYK0.050.2900.43
HSL290.23º17.27%48.82%-
HSV(B)290.23º29.45%57.25%-
XYZ20.6917.2629.44-
YUV118.67143.43142.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 103 (40.62% from 255) = 26.55%
BLUE value IS 146 (57.42% from 255) = 37.63%
R=35.82%
G=26.55%
B=37.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391031460.050.2900.43290.2317.2748.82
Hex8B679251D02B1221131
Octal2131472225350534422161
Binary1000101111001111001001010111101010101110010001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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