#814F88

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

Shades of Trendy Pink #814F88

Tints of Trendy Pink #814F88

Color information

#814F88 (or 0x814F88) is unknown color: approx Trendy Pink. HEX triplet: 81, 4F and 88. RGB value is (129,79,136). Sum of RGB (Red+Green+Blue) = 129+79+136=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 79 (31.25% from 255 or 22.97% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #814F88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814F88 is #7EB077. Grayscale: #646464. Windows color (decimal): -8302712 or 8933249. OLE color: 8933249.

HSL color Cylindrical-coordinate representation of color #814F88: hue angle of 292.63º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #814F88 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12979136-
CMYK0.050.4200.47
HSL292.63º26.51%42.16%-
HSV(B)292.63º41.91%53.33%-
XYZ16.2912.0424.76-
YUV100.45148.06148.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.5%
GREEN value IS 79 (31.25% from 255) = 22.97%
BLUE value IS 136 (53.52% from 255) = 39.53%
R=37.5%
G=22.97%
B=39.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129791360.050.4200.47292.6326.5142.16
Hex814F8852A02F1251b2a
Octal2011172105520574453352
Binary10000001100111110001000101101010010111110010010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814F88; }

 p { color: rgb(129,79,136); }

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

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

 a { background-color: rgb(129,79,136); }

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

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

 span { border-color: rgb(129,79,136); }

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