#806089

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

Shades of Trendy Pink #806089

Tints of Trendy Pink #806089

Color information

#806089 (or 0x806089) is unknown color: approx Trendy Pink. HEX triplet: 80, 60 and 89. RGB value is (128,96,137). Sum of RGB (Red+Green+Blue) = 128+96+137=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 137 - color contains mainly: blue. Hex color #806089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806089 is #7F9F76. Grayscale: #6E6E6E. Windows color (decimal): -8363895 or 9003136. OLE color: 9003136.

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

Color convert

RGB12896137-
CMYK0.070.3000.46
HSL286.83º17.6%45.69%-
HSV(B)286.83º29.93%53.73%-
XYZ17.614.7625.59-
YUV110.24143.1140.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.46%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 137 (53.91% from 255) = 37.95%
R=35.46%
G=26.59%
B=37.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal128961370.070.3000.46286.8317.645.69
Hex80608971E02E11f122e
Octal2001402117360564372256
Binary1000000011000001000100111111110010111010001111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806089; }

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

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

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

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

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

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

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

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