#9F90BF

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

Shades of Cold Purple #9F90BF

Tints of Cold Purple #9F90BF

Color information

#9F90BF (or 0x9F90BF) is unknown color: approx Cold Purple. HEX triplet: 9F, 90 and BF. RGB value is (159,144,191). Sum of RGB (Red+Green+Blue) = 159+144+191=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F90BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F90BF is #606F40. Grayscale: #999999. Windows color (decimal): -6319937 or 12554399. OLE color: 12554399.

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

Color convert

RGB159144191-
CMYK0.170.2500.25
HSL259.15º26.86%65.69%-
HSV(B)259.15º24.61%74.9%-
XYZ33.6831.0853.51-
YUV153.84148.97131.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.19%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 191 (75% from 255) = 38.66%
R=32.19%
G=29.15%
B=38.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591441910.170.2500.25259.1526.8665.69
Hex9F90BF11190191031b42
Octal237220277213103140333102
Binary1001111110010000101111111000111001011001100000011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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