#8B6693

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

Shades of Trendy Pink #8B6693

Tints of Trendy Pink #8B6693

Color information

#8B6693 (or 0x8B6693) is unknown color: approx Trendy Pink. HEX triplet: 8B, 66 and 93. RGB value is (139,102,147). Sum of RGB (Red+Green+Blue) = 139+102+147=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #8B6693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6693 is #74996C. Grayscale: #767676. Windows color (decimal): -7641453 or 9660043. OLE color: 9660043.

HSL color Cylindrical-coordinate representation of color #8B6693: hue angle of 289.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B6693 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB139102147-
CMYK0.050.3100.42
HSL289.33º18.07%48.82%-
HSV(B)289.33º30.61%57.65%-
XYZ20.6717.129.81-
YUV118.19144.26142.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 147 (57.81% from 255) = 37.89%
R=35.82%
G=26.29%
B=37.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391021470.050.3100.42289.3318.0748.82
Hex8B669351F02A1211231
Octal2131462235370524412261
Binary1000101111001101001001110111111010101010010000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,102,147); }

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

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

 a { background-color: rgb(139,102,147); }

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

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

 span { border-color: rgb(139,102,147); }

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