#964388

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

Shades of Trendy Pink #964388

Tints of Trendy Pink #964388

Color information

#964388 (or 0x964388) is unknown color: approx Trendy Pink. HEX triplet: 96, 43 and 88. RGB value is (150,67,136). Sum of RGB (Red+Green+Blue) = 150+67+136=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #964388 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964388 is #69BC77. Grayscale: #636363. Windows color (decimal): -6929528 or 8930198. OLE color: 8930198.

HSL color Cylindrical-coordinate representation of color #964388: hue angle of 310.12º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #964388 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB15067136-
CMYK00.550.090.41
HSL310.12º38.25%42.55%-
HSV(B)310.12º55.33%58.82%-
XYZ19.0312.2824.66-
YUV99.68148.5163.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.49%
GREEN value IS 67 (26.56% from 255) = 18.98%
BLUE value IS 136 (53.52% from 255) = 38.53%
R=42.49%
G=18.98%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506713600.550.090.41310.1238.2542.55
Hex964388037929136262b
Octal22610321006711514664653
Binary1001011010000111000100001101111001101001100110110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964388; }

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

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

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

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

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

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

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

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