#9187BA

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

Shades of Cold Purple #9187BA

Tints of Cold Purple #9187BA

Color information

#9187BA (or 0x9187BA) is unknown color: approx Cold Purple. HEX triplet: 91, 87 and BA. RGB value is (145,135,186). Sum of RGB (Red+Green+Blue) = 145+135+186=466 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.12% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #9187BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9187BA is #6E7845. Grayscale: #8F8F8F. Windows color (decimal): -7239750 or 12224401. OLE color: 12224401.

HSL color Cylindrical-coordinate representation of color #9187BA: hue angle of 251.76º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9187BA is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145135186-
CMYK0.220.2700.27
HSL251.76º26.98%62.94%-
HSV(B)251.76º27.42%72.94%-
XYZ29.226.8950.11-
YUV143.8151.81128.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.12%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=31.12%
G=28.97%
B=39.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451351860.220.2700.27251.7626.9862.94
Hex9187BA161B01Bfc1b3f
Octal22120727226330333743377
Binary10010001100001111011101010110110110110111111110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9187BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9187BA; }

 p { color: rgb(145,135,186); }

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

<style>
 a { background-color: #9187BA; }

 a { background-color: rgb(145,135,186); }

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

<style>
 span { border-color: #9187BA; }

 span { border-color: rgb(145,135,186); }

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