#806289

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

Shades of Trendy Pink #806289

Tints of Trendy Pink #806289

Color information

#806289 (or 0x806289) is unknown color: approx Trendy Pink. HEX triplet: 80, 62 and 89. RGB value is (128,98,137). Sum of RGB (Red+Green+Blue) = 128+98+137=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 137 (53.91% from 255 or 37.74% from 363); Max value from RGB is 137 - color contains mainly: blue. Hex color #806289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806289 is #7F9D76. Grayscale: #6F6F6F. Windows color (decimal): -8363383 or 9003648. OLE color: 9003648.

HSL color Cylindrical-coordinate representation of color #806289: hue angle of 286.15º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #806289 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12898137-
CMYK0.070.2800.46
HSL286.15º16.6%46.08%-
HSV(B)286.15º28.47%53.73%-
XYZ17.7915.1325.65-
YUV111.42142.44139.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 98 (38.67% from 255) = 27.00%
BLUE value IS 137 (53.91% from 255) = 37.74%
R=35.26%
G=27.00%
B=37.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128981370.070.2800.46286.1516.646.08
Hex80628971C02E11e112e
Octal2001422117340564362156
Binary1000000011000101000100111111100010111010001111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806289; }

 p { color: rgb(128,98,137); }

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

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

 a { background-color: rgb(128,98,137); }

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

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

 span { border-color: rgb(128,98,137); }

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