#965088

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

Shades of Trendy Pink #965088

Tints of Trendy Pink #965088

Color information

#965088 (or 0x965088) is unknown color: approx Trendy Pink. HEX triplet: 96, 50 and 88. RGB value is (150,80,136). Sum of RGB (Red+Green+Blue) = 150+80+136=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #965088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965088 is #69AF77. Grayscale: #6B6B6B. Windows color (decimal): -6926200 or 8933526. OLE color: 8933526.

HSL color Cylindrical-coordinate representation of color #965088: hue angle of 312º degrees, saturation: 0.3, 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 #965088 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB15080136-
CMYK00.470.090.41
HSL312º30.43%45.1%-
HSV(B)312º46.67%58.82%-
XYZ19.891424.95-
YUV107.31144.19158.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.98%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 136 (53.52% from 255) = 37.16%
R=40.98%
G=21.86%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508013600.470.090.4131230.4345.1
Hex96508802F9291381e2d
Octal22612021005711514703655
Binary100101101010000100010000101111100110100110011100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965088; }

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

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

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

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

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

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

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

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