#9188BE

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

Shades of Cold Purple #9188BE

Tints of Cold Purple #9188BE

Color information

#9188BE (or 0x9188BE) is unknown color: approx Cold Purple. HEX triplet: 91, 88 and BE. RGB value is (145,136,190). Sum of RGB (Red+Green+Blue) = 145+136+190=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #9188BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9188BE is #6E7741. Grayscale: #909090. Windows color (decimal): -7239490 or 12486801. OLE color: 12486801.

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

Color convert

RGB145136190-
CMYK0.240.2800.25
HSL250º29.35%63.92%-
HSV(B)250º28.42%74.51%-
XYZ29.7827.3552.42-
YUV144.85153.48128.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.79%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=30.79%
G=28.87%
B=40.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1451361900.240.2800.2525029.3563.92
Hex9188BE181C019fa1d40
Octal221210276303403137235100
Binary100100011000100010111110110001110001100111111010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9188BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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