#954681

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

Shades of Trendy Pink #954681

Tints of Trendy Pink #954681

Color information

#954681 (or 0x954681) is unknown color: approx Trendy Pink. HEX triplet: 95, 46 and 81. RGB value is (149,70,129). Sum of RGB (Red+Green+Blue) = 149+70+129=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #954681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954681 is #6AB97E. Grayscale: #646464. Windows color (decimal): -6994303 or 8472213. OLE color: 8472213.

HSL color Cylindrical-coordinate representation of color #954681: hue angle of 315.19º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #954681 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB14970129-
CMYK00.530.130.42
HSL315.19º36.07%42.94%-
HSV(B)315.19º53.02%58.43%-
XYZ18.5512.3522.18-
YUV100.35144.17162.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 70 (27.73% from 255) = 20.11%
BLUE value IS 129 (50.78% from 255) = 37.07%
R=42.82%
G=20.11%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497012900.530.130.42315.1936.0742.94
Hex954681035D2A13b242b
Octal22510620106515524734453
Binary1001010110001101000000101101011101101010100111011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954681; }

 p { color: rgb(149,70,129); }

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

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

 a { background-color: rgb(149,70,129); }

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

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

 span { border-color: rgb(149,70,129); }

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