#8A6692

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

Shades of Trendy Pink #8A6692

Tints of Trendy Pink #8A6692

Color information

#8A6692 (or 0x8A6692) is unknown color: approx Trendy Pink. HEX triplet: 8A, 66 and 92. RGB value is (138,102,146). Sum of RGB (Red+Green+Blue) = 138+102+146=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 146 - color contains mainly: blue. Hex color #8A6692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6692 is #75996D. Grayscale: #757575. Windows color (decimal): -7706990 or 9594506. OLE color: 9594506.

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

Color convert

RGB138102146-
CMYK0.050.3000.43
HSL289.09º17.74%48.63%-
HSV(B)289.09º30.14%57.25%-
XYZ20.4216.9829.4-
YUV117.78143.93142.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.75%
GREEN value IS 102 (40.23% from 255) = 26.42%
BLUE value IS 146 (57.42% from 255) = 37.82%
R=35.75%
G=26.42%
B=37.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1381021460.050.3000.43289.0917.7448.63
Hex8A669251E02B1211231
Octal2121462225360534412261
Binary1000101011001101001001010111110010101110010000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,102,146); }

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

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

 a { background-color: rgb(138,102,146); }

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

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

 span { border-color: rgb(138,102,146); }

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