#9F91BA

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

Shades of Cold Purple #9F91BA

Tints of Cold Purple #9F91BA

Color information

#9F91BA (or 0x9F91BA) is unknown color: approx Cold Purple. HEX triplet: 9F, 91 and BA. RGB value is (159,145,186). Sum of RGB (Red+Green+Blue) = 159+145+186=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F91BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F91BA is #606E45. Grayscale: #999999. Windows color (decimal): -6319686 or 12226975. OLE color: 12226975.

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

Color convert

RGB159145186-
CMYK0.150.2200.27
HSL260.49º22.91%64.9%-
HSV(B)260.49º22.04%72.94%-
XYZ33.2931.1750.72-
YUV153.86146.14131.67-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.45%
GREEN value IS 145 (57.03% from 255) = 29.59%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=32.45%
G=29.59%
B=37.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591451860.150.2200.27260.4922.9164.9
Hex9F91BAF1601B1041741
Octal237221272172603340427101
Binary100111111001000110111010111110110011011100000100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F91BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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