#955A8A

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

Shades of Trendy Pink #955A8A

Tints of Trendy Pink #955A8A

Color information

#955A8A (or 0x955A8A) is unknown color: approx Trendy Pink. HEX triplet: 95, 5A and 8A. RGB value is (149,90,138). Sum of RGB (Red+Green+Blue) = 149+90+138=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #955A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955A8A is #6AA575. Grayscale: #707070. Windows color (decimal): -6989174 or 9067157. OLE color: 9067157.

HSL color Cylindrical-coordinate representation of color #955A8A: hue angle of 311.19º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955A8A is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB14990138-
CMYK00.400.070.42
HSL311.19º24.69%46.86%-
HSV(B)311.19º39.6%58.43%-
XYZ20.6415.5425.96-
YUV113.11142.05153.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.52%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=39.52%
G=23.87%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499013800.400.070.42311.1924.6946.86
Hex955A8A02872A137192f
Octal2251322120507524673157
Binary10010101101101010001010010100011110101010011011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955A8A; }

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

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

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

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

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

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

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

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