#9384BA

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

Shades of Cold Purple #9384BA

Tints of Cold Purple #9384BA

Color information

#9384BA (or 0x9384BA) is unknown color: approx Cold Purple. HEX triplet: 93, 84 and BA. RGB value is (147,132,186). Sum of RGB (Red+Green+Blue) = 147+132+186=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #9384BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9384BA is #6C7B45. Grayscale: #8E8E8E. Windows color (decimal): -7109446 or 12223635. OLE color: 12223635.

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

Color convert

RGB147132186-
CMYK0.210.2900.27
HSL256.67º28.12%62.35%-
HSV(B)256.67º29.03%72.94%-
XYZ29.1526.2549.99-
YUV142.64152.47131.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.61%
GREEN value IS 132 (51.95% from 255) = 28.39%
BLUE value IS 186 (73.05% from 255) = 40%
R=31.61%
G=28.39%
B=40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471321860.210.2900.27256.6728.1262.35
Hex9384BA151D01B1011c3e
Octal22320427225350334013476
Binary100100111000010010111010101011110101101110000000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9384BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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