#9389BB

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

Shades of Cold Purple #9389BB

Tints of Cold Purple #9389BB

Color information

#9389BB (or 0x9389BB) is unknown color: approx Cold Purple. HEX triplet: 93, 89 and BB. RGB value is (147,137,187). Sum of RGB (Red+Green+Blue) = 147+137+187=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #9389BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9389BB is #6C7644. Grayscale: #919191. Windows color (decimal): -7108165 or 12290451. OLE color: 12290451.

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

Color convert

RGB147137187-
CMYK0.210.2700.27
HSL252º26.88%63.53%-
HSV(B)252º26.74%73.33%-
XYZ29.9527.6850.78-
YUV145.69151.31128.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.21%
GREEN value IS 137 (53.91% from 255) = 29.09%
BLUE value IS 187 (73.44% from 255) = 39.70%
R=31.21%
G=29.09%
B=39.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471371870.210.2700.2725226.8863.53
Hex9389BB151B01Bfc1b40
Octal223211273253303337433100
Binary100100111000100110111011101011101101101111111100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9389BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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