#806384

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

Shades of Trendy Pink #806384

Tints of Trendy Pink #806384

Color information

#806384 (or 0x806384) is unknown color: approx Trendy Pink. HEX triplet: 80, 63 and 84. RGB value is (128,99,132). Sum of RGB (Red+Green+Blue) = 128+99+132=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #806384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806384 is #7F9C7B. Grayscale: #6F6F6F. Windows color (decimal): -8363132 or 8676224. OLE color: 8676224.

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

Color convert

RGB12899132-
CMYK0.030.2500.48
HSL292.73º14.29%45.29%-
HSV(B)292.73º25%51.76%-
XYZ17.5315.1823.84-
YUV111.43139.61139.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.65%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=35.65%
G=27.58%
B=36.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128991320.030.2500.48292.7314.2945.29
Hex806384319030125e2d
Octal2001432043310604451655
Binary10000000110001110000100111100101100001001001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806384; }

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

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

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

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

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

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

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

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