#9F90BA

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

Shades of Cold Purple #9F90BA

Tints of Cold Purple #9F90BA

Color information

#9F90BA (or 0x9F90BA) is unknown color: approx Cold Purple. HEX triplet: 9F, 90 and BA. RGB value is (159,144,186). Sum of RGB (Red+Green+Blue) = 159+144+186=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F90BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F90BA is #606F45. Grayscale: #999999. Windows color (decimal): -6319942 or 12226719. OLE color: 12226719.

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

Color convert

RGB159144186-
CMYK0.150.2300.27
HSL261.43º23.33%64.71%-
HSV(B)261.43º22.58%72.94%-
XYZ33.1330.8650.67-
YUV153.27146.47132.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.52%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=32.52%
G=29.45%
B=38.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591441860.150.2300.27261.4323.3364.71
Hex9F90BAF1701B1051741
Octal237220272172703340527101
Binary100111111001000010111010111110111011011100000101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F90BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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