#975088

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

Shades of Trendy Pink #975088

Tints of Trendy Pink #975088

Color information

#975088 (or 0x975088) is unknown color: approx Trendy Pink. HEX triplet: 97, 50 and 88. RGB value is (151,80,136). Sum of RGB (Red+Green+Blue) = 151+80+136=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #975088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #975088 is #68AF77. Grayscale: #6B6B6B. Windows color (decimal): -6860664 or 8933527. OLE color: 8933527.

HSL color Cylindrical-coordinate representation of color #975088: hue angle of 312.68º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #975088 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB15180136-
CMYK00.470.100.41
HSL312.68º30.74%45.29%-
HSV(B)312.68º47.02%59.22%-
XYZ20.0814.0924.95-
YUV107.61144.02158.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.14%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 136 (53.52% from 255) = 37.06%
R=41.14%
G=21.80%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1518013600.470.100.41312.6830.7445.29
Hex97508802FA291391f2d
Octal22712021005712514713755
Binary100101111010000100010000101111101010100110011100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975088; }

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

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

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

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

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

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

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

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