#806285

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

Shades of Trendy Pink #806285

Tints of Trendy Pink #806285

Color information

#806285 (or 0x806285) is unknown color: approx Trendy Pink. HEX triplet: 80, 62 and 85. RGB value is (128,98,133). Sum of RGB (Red+Green+Blue) = 128+98+133=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 133 - color contains mainly: blue. Hex color #806285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806285 is #7F9D7A. Grayscale: #6E6E6E. Windows color (decimal): -8363387 or 8741504. OLE color: 8741504.

HSL color Cylindrical-coordinate representation of color #806285: hue angle of 291.43º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #806285 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12898133-
CMYK0.040.2600.48
HSL291.43º15.15%45.29%-
HSV(B)291.43º26.32%52.16%-
XYZ17.515.0224.17-
YUV110.96140.44140.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 133 (52.34% from 255) = 37.05%
R=35.65%
G=27.30%
B=37.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128981330.040.2600.48291.4315.1545.29
Hex80628541A030123f2d
Octal2001422054320604431755
Binary100000001100010100001011001101001100001001000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806285; }

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

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

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

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

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

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

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

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