#95498B

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

Shades of Trendy Pink #95498B

Tints of Trendy Pink #95498B

Color information

#95498B (or 0x95498B) is unknown color: approx Trendy Pink. HEX triplet: 95, 49 and 8B. RGB value is (149,73,139). Sum of RGB (Red+Green+Blue) = 149+73+139=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95498B is #6AB674. Grayscale: #676767. Windows color (decimal): -6993525 or 9128341. OLE color: 9128341.

HSL color Cylindrical-coordinate representation of color #95498B: hue angle of 307.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95498B is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14973139-
CMYK00.510.070.42
HSL307.89º34.23%43.53%-
HSV(B)307.89º51.01%58.43%-
XYZ19.4413.0225.91-
YUV103.25148.18160.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.27%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=41.27%
G=20.22%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497313900.510.070.42307.8934.2343.53
Hex95498B03372A134222c
Octal2251112130637524644254
Binary100101011001001100010110110011111101010100110100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95498B; }

 p { color: rgb(149,73,139); }

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

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

 a { background-color: rgb(149,73,139); }

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

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

 span { border-color: rgb(149,73,139); }

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