#9189BC

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

Shades of Cold Purple #9189BC

Tints of Cold Purple #9189BC

Color information

#9189BC (or 0x9189BC) is unknown color: approx Cold Purple. HEX triplet: 91, 89 and BC. RGB value is (145,137,188). Sum of RGB (Red+Green+Blue) = 145+137+188=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 188 (73.83% from 255 or 40% from 470); Max value from RGB is 188 - color contains mainly: blue. Hex color #9189BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9189BC is #6E7643. Grayscale: #919191. Windows color (decimal): -7239236 or 12355985. OLE color: 12355985.

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

Color convert

RGB145137188-
CMYK0.230.2700.26
HSL249.41º27.57%63.73%-
HSV(B)249.41º27.13%73.73%-
XYZ29.727.5451.33-
YUV145.21152.15127.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.85%
GREEN value IS 137 (53.91% from 255) = 29.15%
BLUE value IS 188 (73.83% from 255) = 40%
R=30.85%
G=29.15%
B=40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1451371880.230.2700.26249.4127.5763.73
Hex9189BC171B01Af91c40
Octal221211274273303237134100
Binary100100011000100110111100101111101101101011111001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9189BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9189BC; }

 p { color: rgb(145,137,188); }

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

<style>
 a { background-color: #9189BC; }

 a { background-color: rgb(145,137,188); }

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

<style>
 span { border-color: #9189BC; }

 span { border-color: rgb(145,137,188); }

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