#9389BC

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

Shades of Cold Purple #9389BC

Tints of Cold Purple #9389BC

Color information

#9389BC (or 0x9389BC) is unknown color: approx Cold Purple. HEX triplet: 93, 89 and BC. RGB value is (147,137,188). Sum of RGB (Red+Green+Blue) = 147+137+188=472 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.14% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #9389BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389BC is #6C7643. Grayscale: #919191. Windows color (decimal): -7108164 or 12355987. OLE color: 12355987.

HSL color Cylindrical-coordinate representation of color #9389BC: hue angle of 251.76º 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 #9389BC is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147137188-
CMYK0.220.2700.26
HSL251.76º27.57%63.73%-
HSV(B)251.76º27.13%73.73%-
XYZ30.0627.7351.34-
YUV145.8151.81128.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.14%
GREEN value IS 137 (53.91% from 255) = 29.03%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=31.14%
G=29.03%
B=39.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471371880.220.2700.26251.7627.5763.73
Hex9389BC161B01Afc1c40
Octal223211274263303237434100
Binary100100111000100110111100101101101101101011111100111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9389BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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