#9F88BF

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

Shades of Cold Purple #9F88BF

Tints of Cold Purple #9F88BF

Color information

#9F88BF (or 0x9F88BF) is unknown color: approx Cold Purple. HEX triplet: 9F, 88 and BF. RGB value is (159,136,191). Sum of RGB (Red+Green+Blue) = 159+136+191=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F88BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F88BF is #607740. Grayscale: #949494. Windows color (decimal): -6321985 or 12552351. OLE color: 12552351.

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

Color convert

RGB159136191-
CMYK0.170.2900.25
HSL265.09º30.05%64.12%-
HSV(B)265.09º28.8%74.9%-
XYZ32.5128.7453.12-
YUV149.15151.62135.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.72%
GREEN value IS 136 (53.52% from 255) = 27.98%
BLUE value IS 191 (75% from 255) = 39.30%
R=32.72%
G=27.98%
B=39.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591361910.170.2900.25265.0930.0564.12
Hex9F88BF111D0191091e40
Octal237210277213503141136100
Binary1001111110001000101111111000111101011001100001001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F88BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,136,191); }

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

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

 a { background-color: rgb(159,136,191); }

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

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

 span { border-color: rgb(159,136,191); }

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