#9585BF

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

Shades of Cold Purple #9585BF

Tints of Cold Purple #9585BF

Color information

#9585BF (or 0x9585BF) is unknown color: approx Cold Purple. HEX triplet: 95, 85 and BF. RGB value is (149,133,191). Sum of RGB (Red+Green+Blue) = 149+133+191=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #9585BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585BF is #6A7A40. Grayscale: #909090. Windows color (decimal): -6978113 or 12551573. OLE color: 12551573.

HSL color Cylindrical-coordinate representation of color #9585BF: hue angle of 256.55º 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 #9585BF is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149133191-
CMYK0.220.3000.25
HSL256.55º31.18%63.53%-
HSV(B)256.55º30.37%74.9%-
XYZ30.1926.9352.9-
YUV144.4154.3131.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.50%
GREEN value IS 133 (52.34% from 255) = 28.12%
BLUE value IS 191 (75% from 255) = 40.38%
R=31.50%
G=28.12%
B=40.38%

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
Decimal1491331910.220.3000.25256.5531.1863.53
Hex9585BF161E0191011f40
Octal225205277263603140137100
Binary1001010110000101101111111011011110011001100000001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9585BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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