#9388BC

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

Shades of Cold Purple #9388BC

Tints of Cold Purple #9388BC

Color information

#9388BC (or 0x9388BC) is unknown color: approx Cold Purple. HEX triplet: 93, 88 and BC. RGB value is (147,136,188). Sum of RGB (Red+Green+Blue) = 147+136+188=471 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.21% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #9388BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9388BC is #6C7743. Grayscale: #919191. Windows color (decimal): -7108420 or 12355731. OLE color: 12355731.

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

Color convert

RGB147136188-
CMYK0.220.2800.26
HSL252.69º27.96%63.53%-
HSV(B)252.69º27.66%73.73%-
XYZ29.9127.4451.3-
YUV145.22152.14129.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.21%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 188 (73.83% from 255) = 39.92%
R=31.21%
G=28.87%
B=39.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471361880.220.2800.26252.6927.9663.53
Hex9388BC161C01Afd1c40
Octal223210274263403237534100
Binary100100111000100010111100101101110001101011111101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9388BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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