#9386BD

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

Shades of Cold Purple #9386BD

Tints of Cold Purple #9386BD

Color information

#9386BD (or 0x9386BD) is unknown color: approx Cold Purple. HEX triplet: 93, 86 and BD. RGB value is (147,134,189). Sum of RGB (Red+Green+Blue) = 147+134+189=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #9386BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9386BD is #6C7942. Grayscale: #8F8F8F. Windows color (decimal): -7108931 or 12420755. OLE color: 12420755.

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

Color convert

RGB147134189-
CMYK0.220.2900.26
HSL254.18º29.41%63.33%-
HSV(B)254.18º29.1%74.12%-
XYZ29.7426.9351.77-
YUV144.16153.31130.03-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.28%
GREEN value IS 134 (52.73% from 255) = 28.51%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=31.28%
G=28.51%
B=40.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471341890.220.2900.26254.1829.4163.33
Hex9386BD161D01Afe1d3f
Octal22320627526350323763577
Binary10010011100001101011110110110111010110101111111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9386BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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