#9F94BB

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

Shades of Cold Purple #9F94BB

Tints of Cold Purple #9F94BB

Color information

#9F94BB (or 0x9F94BB) is unknown color: approx Cold Purple. HEX triplet: 9F, 94 and BB. RGB value is (159,148,187). Sum of RGB (Red+Green+Blue) = 159+148+187=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F94BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F94BB is #606B44. Grayscale: #9B9B9B. Windows color (decimal): -6318917 or 12293279. OLE color: 12293279.

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

Color convert

RGB159148187-
CMYK0.150.2100.27
HSL256.92º22.29%65.69%-
HSV(B)256.92º20.86%73.33%-
XYZ33.8632.1451.43-
YUV155.73145.64130.33-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.19%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 187 (73.44% from 255) = 37.85%
R=32.19%
G=29.96%
B=37.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591481870.150.2100.27256.9222.2965.69
Hex9F94BBF1501B1011642
Octal237224273172503340126102
Binary100111111001010010111011111110101011011100000001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F94BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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