#9386C4

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

Shades of Cold Purple #9386C4

Tints of Cold Purple #9386C4

Color information

#9386C4 (or 0x9386C4) is unknown color: approx Cold Purple. HEX triplet: 93, 86 and C4. RGB value is (147,134,196). Sum of RGB (Red+Green+Blue) = 147+134+196=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 196 - color contains mainly: blue. Hex color #9386C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9386C4 is #6C793B. Grayscale: #909090. Windows color (decimal): -7108924 or 12879507. OLE color: 12879507.

HSL color Cylindrical-coordinate representation of color #9386C4: hue angle of 252.58º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9386C4 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB147134196-
CMYK0.250.3200.23
HSL252.58º34.44%64.71%-
HSV(B)252.58º31.63%76.86%-
XYZ30.5227.2455.87-
YUV144.95156.81129.46-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.82%
GREEN value IS 134 (52.73% from 255) = 28.09%
BLUE value IS 196 (76.95% from 255) = 41.09%
R=30.82%
G=28.09%
B=41.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1471341960.250.3200.23252.5834.4464.71
Hex9386C41920017fd2241
Octal223206304314002737542101
Binary10010011100001101100010011001100000010111111111011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9386C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9386C4; }

 p { color: rgb(147,134,196); }

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

<style>
 a { background-color: #9386C4; }

 a { background-color: rgb(147,134,196); }

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

<style>
 span { border-color: #9386C4; }

 span { border-color: rgb(147,134,196); }

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