#9F88BE

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

Shades of Cold Purple #9F88BE

Tints of Cold Purple #9F88BE

Color information

#9F88BE (or 0x9F88BE) is unknown color: approx Cold Purple. HEX triplet: 9F, 88 and BE. RGB value is (159,136,190). Sum of RGB (Red+Green+Blue) = 159+136+190=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F88BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F88BE is #607741. Grayscale: #949494. Windows color (decimal): -6321986 or 12486815. OLE color: 12486815.

HSL color Cylindrical-coordinate representation of color #9F88BE: hue angle of 265.56º 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 #9F88BE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159136190-
CMYK0.160.2800.25
HSL265.56º29.35%63.92%-
HSV(B)265.56º28.42%74.51%-
XYZ32.428.752.55-
YUV149.03151.12135.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.78%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 190 (74.61% from 255) = 39.18%
R=32.78%
G=28.04%
B=39.18%

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
Decimal1591361900.160.2800.25265.5629.3563.92
Hex9F88BE101C01910a1d40
Octal237210276203403141235100
Binary1001111110001000101111101000011100011001100001010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F88BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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