#9F96BF

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

Shades of Cold Purple #9F96BF

Tints of Cold Purple #9F96BF

Color information

#9F96BF (or 0x9F96BF) is unknown color: approx Cold Purple. HEX triplet: 9F, 96 and BF. RGB value is (159,150,191). Sum of RGB (Red+Green+Blue) = 159+150+191=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F96BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F96BF is #606940. Grayscale: #9D9D9D. Windows color (decimal): -6318401 or 12555935. OLE color: 12555935.

HSL color Cylindrical-coordinate representation of color #9F96BF: hue angle of 253.17º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9F96BF is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159150191-
CMYK0.170.2100.25
HSL253.17º24.26%66.86%-
HSV(B)253.17º21.47%74.9%-
XYZ34.6132.9553.83-
YUV157.36146.98129.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.8%
GREEN value IS 150 (58.98% from 255) = 30%
BLUE value IS 191 (75% from 255) = 38.2%
R=31.8%
G=30%
B=38.2%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591501910.170.2100.25253.1724.2666.86
Hex9F96BF1115019fd1843
Octal237226277212503137530103
Binary100111111001011010111111100011010101100111111101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F96BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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