#9388BF

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

Shades of Cold Purple #9388BF

Tints of Cold Purple #9388BF

Color information

#9388BF (or 0x9388BF) is unknown color: approx Cold Purple. HEX triplet: 93, 88 and BF. RGB value is (147,136,191). Sum of RGB (Red+Green+Blue) = 147+136+191=474 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.01% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #9388BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9388BF is #6C7740. Grayscale: #919191. Windows color (decimal): -7108417 or 12552339. OLE color: 12552339.

HSL color Cylindrical-coordinate representation of color #9388BF: hue angle of 252º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9388BF is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147136191-
CMYK0.230.2900.25
HSL252º30.05%64.12%-
HSV(B)252º28.8%74.9%-
XYZ30.2427.5753.02-
YUV145.56153.64129.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.01%
GREEN value IS 136 (53.52% from 255) = 28.69%
BLUE value IS 191 (75% from 255) = 40.30%
R=31.01%
G=28.69%
B=40.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471361910.230.2900.2525230.0564.12
Hex9388BF171D019fc1e40
Octal223210277273503137436100
Binary100100111000100010111111101111110101100111111100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9388BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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