#9384BC

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

Shades of Cold Purple #9384BC

Tints of Cold Purple #9384BC

Color information

#9384BC (or 0x9384BC) is unknown color: approx Cold Purple. HEX triplet: 93, 84 and BC. RGB value is (147,132,188). Sum of RGB (Red+Green+Blue) = 147+132+188=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #9384BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9384BC is #6C7B43. Grayscale: #8E8E8E. Windows color (decimal): -7109444 or 12354707. OLE color: 12354707.

HSL color Cylindrical-coordinate representation of color #9384BC: hue angle of 256.07º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9384BC is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147132188-
CMYK0.220.3000.26
HSL256.07º29.47%62.75%-
HSV(B)256.07º29.79%73.73%-
XYZ29.3626.3451.11-
YUV142.87153.47130.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.48%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 188 (73.83% from 255) = 40.26%
R=31.48%
G=28.27%
B=40.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471321880.220.3000.26256.0729.4762.75
Hex9384BC161E01A1001d3f
Octal22320427426360324003577
Binary100100111000010010111100101101111001101010000000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9384BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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