#854684

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

Shades of Trendy Pink #854684

Tints of Trendy Pink #854684

Color information

#854684 (or 0x854684) is unknown color: approx Trendy Pink. HEX triplet: 85, 46 and 84. RGB value is (133,70,132). Sum of RGB (Red+Green+Blue) = 133+70+132=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 133 - color contains mainly: red. Hex color #854684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854684 is #7AB97B. Grayscale: #5F5F5F. Windows color (decimal): -8042876 or 8668805. OLE color: 8668805.

HSL color Cylindrical-coordinate representation of color #854684: hue angle of 300.95º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #854684 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB13370132-
CMYK00.470.010.48
HSL300.95º31.03%39.8%-
HSV(B)300.95º47.37%52.16%-
XYZ16.0311.0323.11-
YUV95.9148.37154.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=39.70%
G=20.90%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337013200.470.010.48300.9531.0339.8
Hex85468402F13012d1f28
Octal2051062040571604553750
Binary100001011000110100001000101111111000010010110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854684; }

 p { color: rgb(133,70,132); }

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

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

 a { background-color: rgb(133,70,132); }

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

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

 span { border-color: rgb(133,70,132); }

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