#854381

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

Shades of Trendy Pink #854381

Tints of Trendy Pink #854381

Color information

#854381 (or 0x854381) is unknown color: approx Trendy Pink. HEX triplet: 85, 43 and 81. RGB value is (133,67,129). Sum of RGB (Red+Green+Blue) = 133+67+129=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #854381 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854381 is #7ABC7E. Grayscale: #5D5D5D. Windows color (decimal): -8043647 or 8471429. OLE color: 8471429.

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

Color convert

RGB13367129-
CMYK00.500.030.48
HSL303.64º33%39.22%-
HSV(B)303.64º49.62%52.16%-
XYZ15.6410.5921.99-
YUV93.8147.87155.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 67 (26.56% from 255) = 20.36%
BLUE value IS 129 (50.78% from 255) = 39.21%
R=40.43%
G=20.36%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336712900.500.030.48303.643339.22
Hex8543810323301302127
Octal2051032010623604604147
Binary10000101100001110000001011001011110000100110000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854381; }

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

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

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

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

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

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

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

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