#9388BA

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

Shades of Cold Purple #9388BA

Tints of Cold Purple #9388BA

Color information

#9388BA (or 0x9388BA) is unknown color: approx Cold Purple. HEX triplet: 93, 88 and BA. RGB value is (147,136,186). Sum of RGB (Red+Green+Blue) = 147+136+186=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 136 (53.52% from 255 or 29.00% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #9388BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9388BA is #6C7745. Grayscale: #909090. Windows color (decimal): -7108422 or 12224659. OLE color: 12224659.

HSL color Cylindrical-coordinate representation of color #9388BA: hue angle of 253.2º 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 #9388BA is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB147136186-
CMYK0.210.2700.27
HSL253.2º26.6%63.14%-
HSV(B)253.2º26.88%72.94%-
XYZ29.727.3650.17-
YUV144.99151.14129.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.34%
GREEN value IS 136 (53.52% from 255) = 29.00%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=31.34%
G=29.00%
B=39.66%

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
Decimal1471361860.210.2700.27253.226.663.14
Hex9388BA151B01Bfd1b3f
Octal22321027225330333753377
Binary10010011100010001011101010101110110110111111110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9388BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,136,186); }

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

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

 a { background-color: rgb(147,136,186); }

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

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

 span { border-color: rgb(147,136,186); }

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