#9F91BE

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

Shades of Cold Purple #9F91BE

Tints of Cold Purple #9F91BE

Color information

#9F91BE (or 0x9F91BE) is unknown color: approx Cold Purple. HEX triplet: 9F, 91 and BE. RGB value is (159,145,190). Sum of RGB (Red+Green+Blue) = 159+145+190=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F91BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F91BE is #606E41. Grayscale: #9A9A9A. Windows color (decimal): -6319682 or 12489119. OLE color: 12489119.

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

Color convert

RGB159145190-
CMYK0.160.2400.25
HSL258.67º25.71%65.69%-
HSV(B)258.67º23.68%74.51%-
XYZ33.7231.3452.99-
YUV154.32148.14131.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.19%
GREEN value IS 145 (57.03% from 255) = 29.35%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=32.19%
G=29.35%
B=38.46%

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
Decimal1591451900.160.2400.25258.6725.7165.69
Hex9F91BE10180191031a42
Octal237221276203003140332102
Binary1001111110010001101111101000011000011001100000011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F91BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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