#9384BF

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

Shades of Cold Purple #9384BF

Tints of Cold Purple #9384BF

Color information

#9384BF (or 0x9384BF) is unknown color: approx Cold Purple. HEX triplet: 93, 84 and BF. RGB value is (147,132,191). Sum of RGB (Red+Green+Blue) = 147+132+191=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #9384BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9384BF is #6C7B40. Grayscale: #8E8E8E. Windows color (decimal): -7109441 or 12551315. OLE color: 12551315.

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

Color convert

RGB147132191-
CMYK0.230.3100.25
HSL255.25º31.55%63.33%-
HSV(B)255.25º30.89%74.9%-
XYZ29.6926.4752.83-
YUV143.21154.97130.7-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.28%
GREEN value IS 132 (51.95% from 255) = 28.09%
BLUE value IS 191 (75% from 255) = 40.64%
R=31.28%
G=28.09%
B=40.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471321910.230.3100.25255.2531.5563.33
Hex9384BF171F019ff203f
Octal22320427727370313774077
Binary100100111000010010111111101111111101100111111111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9384BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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