#954F8A

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

Shades of Trendy Pink #954F8A

Tints of Trendy Pink #954F8A

Color information

#954F8A (or 0x954F8A) is unknown color: approx Trendy Pink. HEX triplet: 95, 4F and 8A. RGB value is (149,79,138). Sum of RGB (Red+Green+Blue) = 149+79+138=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #954F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954F8A is #6AB075. Grayscale: #6A6A6A. Windows color (decimal): -6991990 or 9064341. OLE color: 9064341.

HSL color Cylindrical-coordinate representation of color #954F8A: hue angle of 309.43º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #954F8A is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14979138-
CMYK00.470.070.42
HSL309.43º30.7%44.71%-
HSV(B)309.43º46.98%58.43%-
XYZ19.7813.8225.67-
YUV106.66145.69158.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 79 (31.25% from 255) = 21.58%
BLUE value IS 138 (54.30% from 255) = 37.70%
R=40.71%
G=21.58%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497913800.470.070.42309.4330.744.71
Hex954F8A02F72A1351f2d
Octal2251172120577524653755
Binary10010101100111110001010010111111110101010011010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,79,138); }

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

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

 a { background-color: rgb(149,79,138); }

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

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

 span { border-color: rgb(149,79,138); }

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