#9188BC

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

Shades of Cold Purple #9188BC

Tints of Cold Purple #9188BC

Color information

#9188BC (or 0x9188BC) is unknown color: approx Cold Purple. HEX triplet: 91, 88 and BC. RGB value is (145,136,188). Sum of RGB (Red+Green+Blue) = 145+136+188=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #9188BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9188BC is #6E7743. Grayscale: #909090. Windows color (decimal): -7239492 or 12355729. OLE color: 12355729.

HSL color Cylindrical-coordinate representation of color #9188BC: hue angle of 250.38º degrees, saturation: 0.28, 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 #9188BC is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB145136188-
CMYK0.230.2800.26
HSL250.38º27.96%63.53%-
HSV(B)250.38º27.66%73.73%-
XYZ29.5627.2651.28-
YUV144.62152.48128.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.92%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 188 (73.83% from 255) = 40.09%
R=30.92%
G=29.00%
B=40.09%

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
Decimal1451361880.230.2800.26250.3827.9663.53
Hex9188BC171C01Afa1c40
Octal221210274273403237234100
Binary100100011000100010111100101111110001101011111010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9188BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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