#9188BF

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

Shades of Cold Purple #9188BF

Tints of Cold Purple #9188BF

Color information

#9188BF (or 0x9188BF) is unknown color: approx Cold Purple. HEX triplet: 91, 88 and BF. RGB value is (145,136,191). Sum of RGB (Red+Green+Blue) = 145+136+191=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #9188BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9188BF is #6E7740. Grayscale: #909090. Windows color (decimal): -7239489 or 12552337. OLE color: 12552337.

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

Color convert

RGB145136191-
CMYK0.240.2900.25
HSL249.82º30.05%64.12%-
HSV(B)249.82º28.8%74.9%-
XYZ29.8927.3953-
YUV144.96153.98128.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.72%
GREEN value IS 136 (53.52% from 255) = 28.81%
BLUE value IS 191 (75% from 255) = 40.47%
R=30.72%
G=28.81%
B=40.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451361910.240.2900.25249.8230.0564.12
Hex9188BF181D019fa1e40
Octal221210277303503137236100
Binary100100011000100010111111110001110101100111111010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9188BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9188BF; }

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

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

<style>
 a { background-color: #9188BF; }

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

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

<style>
 span { border-color: #9188BF; }

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

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