#854481

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

Shades of Trendy Pink #854481

Tints of Trendy Pink #854481

Color information

#854481 (or 0x854481) is unknown color: approx Trendy Pink. HEX triplet: 85, 44 and 81. RGB value is (133,68,129). Sum of RGB (Red+Green+Blue) = 133+68+129=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #854481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854481 is #7ABB7E. Grayscale: #5E5E5E. Windows color (decimal): -8043391 or 8471685. OLE color: 8471685.

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

Color convert

RGB13368129-
CMYK00.490.030.48
HSL303.69º32.34%39.41%-
HSV(B)303.69º48.87%52.16%-
XYZ15.710.7122.01-
YUV94.39147.53155.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 68 (26.95% from 255) = 20.61%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=40.30%
G=20.61%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336812900.490.030.48303.6932.3439.41
Hex8544810313301302027
Octal2051042010613604604047
Binary10000101100010010000001011000111110000100110000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854481; }

 p { color: rgb(133,68,129); }

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

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

 a { background-color: rgb(133,68,129); }

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

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

 span { border-color: rgb(133,68,129); }

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