#9188BD

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

Shades of Cold Purple #9188BD

Tints of Cold Purple #9188BD

Color information

#9188BD (or 0x9188BD) is unknown color: approx Cold Purple. HEX triplet: 91, 88 and BD. RGB value is (145,136,189). Sum of RGB (Red+Green+Blue) = 145+136+189=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #9188BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9188BD is #6E7742. Grayscale: #909090. Windows color (decimal): -7239491 or 12421265. OLE color: 12421265.

HSL color Cylindrical-coordinate representation of color #9188BD: hue angle of 250.19º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9188BD is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB145136189-
CMYK0.230.2800.26
HSL250.19º28.65%63.73%-
HSV(B)250.19º28.04%74.12%-
XYZ29.6727.351.85-
YUV144.73152.98128.19-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.85%
GREEN value IS 136 (53.52% from 255) = 28.94%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=30.85%
G=28.94%
B=40.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451361890.230.2800.26250.1928.6563.73
Hex9188BD171C01Afa1d40
Octal221210275273403237235100
Binary100100011000100010111101101111110001101011111010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9188BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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