#815388

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

Shades of Trendy Pink #815388

Tints of Trendy Pink #815388

Color information

#815388 (or 0x815388) is unknown color: approx Trendy Pink. HEX triplet: 81, 53 and 88. RGB value is (129,83,136). Sum of RGB (Red+Green+Blue) = 129+83+136=348 (46% of max value = 765). Red value is 129 (50.78% from 255 or 37.07% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #815388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815388 is #7EAC77. Grayscale: #666666. Windows color (decimal): -8301688 or 8934273. OLE color: 8934273.

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

Color convert

RGB12983136-
CMYK0.050.3900.47
HSL292.08º24.2%42.94%-
HSV(B)292.08º38.97%53.33%-
XYZ16.5912.6324.86-
YUV102.8146.74146.69-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.07%
GREEN value IS 83 (32.81% from 255) = 23.85%
BLUE value IS 136 (53.52% from 255) = 39.08%
R=37.07%
G=23.85%
B=39.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129831360.050.3900.47292.0824.242.94
Hex81538852702F124182b
Octal2011232105470574443053
Binary10000001101001110001000101100111010111110010010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815388; }

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

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

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

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

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

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

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

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