#9F89BE

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

Shades of Cold Purple #9F89BE

Tints of Cold Purple #9F89BE

Color information

#9F89BE (or 0x9F89BE) is unknown color: approx Cold Purple. HEX triplet: 9F, 89 and BE. RGB value is (159,137,190). Sum of RGB (Red+Green+Blue) = 159+137+190=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F89BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F89BE is #607641. Grayscale: #959595. Windows color (decimal): -6321730 or 12487071. OLE color: 12487071.

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

Color convert

RGB159137190-
CMYK0.160.2800.25
HSL264.91º28.96%64.12%-
HSV(B)264.91º27.89%74.51%-
XYZ32.5428.9852.59-
YUV149.62150.79134.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.72%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=32.72%
G=28.19%
B=39.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591371900.160.2800.25264.9128.9664.12
Hex9F89BE101C0191091d40
Octal237211276203403141135100
Binary1001111110001001101111101000011100011001100001001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F89BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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