#806385

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

Shades of Trendy Pink #806385

Tints of Trendy Pink #806385

Color information

#806385 (or 0x806385) is unknown color: approx Trendy Pink. HEX triplet: 80, 63 and 85. RGB value is (128,99,133). Sum of RGB (Red+Green+Blue) = 128+99+133=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 133 - color contains mainly: blue. Hex color #806385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806385 is #7F9C7A. Grayscale: #6F6F6F. Windows color (decimal): -8363131 or 8741760. OLE color: 8741760.

HSL color Cylindrical-coordinate representation of color #806385: hue angle of 291.18º 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 #806385 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12899133-
CMYK0.040.2600.48
HSL291.18º14.66%45.49%-
HSV(B)291.18º25.56%52.16%-
XYZ17.615.2124.2-
YUV111.55140.11139.74-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.56%
GREEN value IS 99 (39.06% from 255) = 27.5%
BLUE value IS 133 (52.34% from 255) = 36.94%
R=35.56%
G=27.5%
B=36.94%

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
Decimal128991330.040.2600.48291.1814.6645.49
Hex80638541A030123f2d
Octal2001432054320604431755
Binary100000001100011100001011001101001100001001000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806385; }

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

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

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

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

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

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

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

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