#9E88BF

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

Shades of Cold Purple #9E88BF

Tints of Cold Purple #9E88BF

Color information

#9E88BF (or 0x9E88BF) is unknown color: approx Cold Purple. HEX triplet: 9E, 88 and BF. RGB value is (158,136,191). Sum of RGB (Red+Green+Blue) = 158+136+191=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E88BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E88BF is #617740. Grayscale: #949494. Windows color (decimal): -6387521 or 12552350. OLE color: 12552350.

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

Color convert

RGB158136191-
CMYK0.170.2900.25
HSL264º30.05%64.12%-
HSV(B)264º28.8%74.9%-
XYZ32.3128.6453.12-
YUV148.85151.79134.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.58%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 191 (75% from 255) = 39.38%
R=32.58%
G=28.04%
B=39.38%

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
Decimal1581361910.170.2900.2526430.0564.12
Hex9E88BF111D0191081e40
Octal236210277213503141036100
Binary1001111010001000101111111000111101011001100001000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E88BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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