#954B8B

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

Shades of Trendy Pink #954B8B

Tints of Trendy Pink #954B8B

Color information

#954B8B (or 0x954B8B) is unknown color: approx Trendy Pink. HEX triplet: 95, 4B and 8B. RGB value is (149,75,139). Sum of RGB (Red+Green+Blue) = 149+75+139=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #954B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954B8B is #6AB474. Grayscale: #686868. Windows color (decimal): -6993013 or 9128853. OLE color: 9128853.

HSL color Cylindrical-coordinate representation of color #954B8B: hue angle of 308.11º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954B8B is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14975139-
CMYK00.500.070.42
HSL308.11º33.04%43.92%-
HSV(B)308.11º49.66%58.43%-
XYZ19.5713.2925.96-
YUV104.42147.52159.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 75 (29.69% from 255) = 20.66%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=41.05%
G=20.66%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497513900.500.070.42308.1133.0443.92
Hex954B8B03272A134212c
Octal2251132130627524644154
Binary100101011001011100010110110010111101010100110100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954B8B; }

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

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

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

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

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

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

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

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