#9384BE

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

Shades of Cold Purple #9384BE

Tints of Cold Purple #9384BE

Color information

#9384BE (or 0x9384BE) is unknown color: approx Cold Purple. HEX triplet: 93, 84 and BE. RGB value is (147,132,190). Sum of RGB (Red+Green+Blue) = 147+132+190=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #9384BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9384BE is #6C7B41. Grayscale: #8E8E8E. Windows color (decimal): -7109442 or 12485779. OLE color: 12485779.

HSL color Cylindrical-coordinate representation of color #9384BE: hue angle of 255.52º degrees, saturation: 0.31, 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 #9384BE is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147132190-
CMYK0.230.3100.25
HSL255.52º30.85%63.14%-
HSV(B)255.52º30.53%74.51%-
XYZ29.5826.4252.26-
YUV143.1154.47130.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.34%
GREEN value IS 132 (51.95% from 255) = 28.14%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=31.34%
G=28.14%
B=40.51%

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
Decimal1471321900.230.3100.25255.5230.8563.14
Hex9384BE171F0191001f3f
Octal22320427627370314003777
Binary100100111000010010111110101111111101100110000000011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9384BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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