#955088

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

Shades of Trendy Pink #955088

Tints of Trendy Pink #955088

Color information

#955088 (or 0x955088) is unknown color: approx Trendy Pink. HEX triplet: 95, 50 and 88. RGB value is (149,80,136). Sum of RGB (Red+Green+Blue) = 149+80+136=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #955088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955088 is #6AAF77. Grayscale: #6A6A6A. Windows color (decimal): -6991736 or 8933525. OLE color: 8933525.

HSL color Cylindrical-coordinate representation of color #955088: hue angle of 311.3º 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 #955088 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14980136-
CMYK00.460.090.42
HSL311.3º30.13%44.9%-
HSV(B)311.3º46.31%58.43%-
XYZ19.7113.924.94-
YUV107.02144.36157.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 136 (53.52% from 255) = 37.26%
R=40.82%
G=21.92%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498013600.460.090.42311.330.1344.9
Hex95508802E92A1371e2d
Octal22512021005611524673655
Binary100101011010000100010000101110100110101010011011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955088; }

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

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

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

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

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

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

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

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