#9386B0

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

Shades of Cold Purple #9386B0

Tints of Cold Purple #9386B0

Color information

#9386B0 (or 0x9386B0) is unknown color: approx Cold Purple. HEX triplet: 93, 86 and B0. RGB value is (147,134,176). Sum of RGB (Red+Green+Blue) = 147+134+176=457 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.17% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 176 - color contains mainly: blue. Hex color #9386B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9386B0 is #6C794F. Grayscale: #8E8E8E. Windows color (decimal): -7108944 or 11568787. OLE color: 11568787.

HSL color Cylindrical-coordinate representation of color #9386B0: hue angle of 258.57º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9386B0 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147134176-
CMYK0.160.2400.31
HSL258.57º21%60.78%-
HSV(B)258.57º23.86%69.02%-
XYZ28.3926.3944.67-
YUV142.67146.81131.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.17%
GREEN value IS 134 (52.73% from 255) = 29.32%
BLUE value IS 176 (69.14% from 255) = 38.51%
R=32.17%
G=29.32%
B=38.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471341760.160.2400.31258.572160.78
Hex9386B0101801F103153d
Octal22320626020300374032575
Binary100100111000011010110000100001100001111110000001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9386B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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