#95508A

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

Shades of Trendy Pink #95508A

Tints of Trendy Pink #95508A

Color information

#95508A (or 0x95508A) is unknown color: approx Trendy Pink. HEX triplet: 95, 50 and 8A. RGB value is (149,80,138). Sum of RGB (Red+Green+Blue) = 149+80+138=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #95508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95508A is #6AAF75. Grayscale: #6B6B6B. Windows color (decimal): -6991734 or 9064597. OLE color: 9064597.

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

Color convert

RGB14980138-
CMYK00.460.070.42
HSL309.57º30.13%44.9%-
HSV(B)309.57º46.31%58.43%-
XYZ19.8513.9625.69-
YUV107.24145.36157.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 138 (54.30% from 255) = 37.60%
R=40.60%
G=21.80%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498013800.460.070.42309.5730.1344.9
Hex95508A02E72A1361e2d
Octal2251202120567524663655
Binary10010101101000010001010010111011110101010011011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95508A; }

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

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

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

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

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

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

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

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