#9586BF

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

Shades of Cold Purple #9586BF

Tints of Cold Purple #9586BF

Color information

#9586BF (or 0x9586BF) is unknown color: approx Cold Purple. HEX triplet: 95, 86 and BF. RGB value is (149,134,191). Sum of RGB (Red+Green+Blue) = 149+134+191=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #9586BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9586BF is #6A7940. Grayscale: #909090. Windows color (decimal): -6977857 or 12551829. OLE color: 12551829.

HSL color Cylindrical-coordinate representation of color #9586BF: hue angle of 255.79º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9586BF is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149134191-
CMYK0.220.3000.25
HSL255.79º30.81%63.73%-
HSV(B)255.79º29.84%74.9%-
XYZ30.3227.252.94-
YUV144.98153.97130.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.43%
GREEN value IS 134 (52.73% from 255) = 28.27%
BLUE value IS 191 (75% from 255) = 40.30%
R=31.43%
G=28.27%
B=40.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491341910.220.3000.25255.7930.8163.73
Hex9586BF161E0191001f40
Octal225206277263603140037100
Binary1001010110000110101111111011011110011001100000000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9586BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9586BF; }

 p { color: rgb(149,134,191); }

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

<style>
 a { background-color: #9586BF; }

 a { background-color: rgb(149,134,191); }

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

<style>
 span { border-color: #9586BF; }

 span { border-color: rgb(149,134,191); }

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