#9F90BE

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

Shades of Cold Purple #9F90BE

Tints of Cold Purple #9F90BE

Color information

#9F90BE (or 0x9F90BE) is unknown color: approx Cold Purple. HEX triplet: 9F, 90 and BE. RGB value is (159,144,190). Sum of RGB (Red+Green+Blue) = 159+144+190=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F90BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F90BE is #606F41. Grayscale: #999999. Windows color (decimal): -6319938 or 12488863. OLE color: 12488863.

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

Color convert

RGB159144190-
CMYK0.160.2400.25
HSL259.57º26.14%65.49%-
HSV(B)259.57º24.21%74.51%-
XYZ33.5731.0452.94-
YUV153.73148.47131.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.25%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 190 (74.61% from 255) = 38.54%
R=32.25%
G=29.21%
B=38.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591441900.160.2400.25259.5726.1465.49
Hex9F90BE10180191041a41
Octal237220276203003140432101
Binary1001111110010000101111101000011000011001100000100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F90BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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