#9F96BB

Color #9F96BB Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9F96BB

Tints of Cold Purple #9F96BB

Color information

#9F96BB (or 0x9F96BB) is unknown color: approx Cold Purple. HEX triplet: 9F, 96 and BB. RGB value is (159,150,187). Sum of RGB (Red+Green+Blue) = 159+150+187=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F96BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96BB is #606944. Grayscale: #9C9C9C. Windows color (decimal): -6318405 or 12293791. OLE color: 12293791.

HSL color Cylindrical-coordinate representation of color #9F96BB: hue angle of 254.59º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F96BB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB159150187-
CMYK0.150.2000.27
HSL254.59º21.39%66.08%-
HSV(B)254.59º19.79%73.33%-
XYZ34.1732.7751.54-
YUV156.91144.98129.49-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.06%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=32.06%
G=30.24%
B=37.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591501870.150.2000.27254.5921.3966.08
Hex9F96BBF1401Bff1542
Octal237226273172403337725102
Binary10011111100101101011101111111010001101111111111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F96BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F96BB; }

 p { color: rgb(159,150,187); }

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

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

 a { background-color: rgb(159,150,187); }

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

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

 span { border-color: rgb(159,150,187); }

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