#9585B9

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

Shades of Cold Purple #9585B9

Tints of Cold Purple #9585B9

Color information

#9585B9 (or 0x9585B9) is unknown color: approx Cold Purple. HEX triplet: 95, 85 and B9. RGB value is (149,133,185). Sum of RGB (Red+Green+Blue) = 149+133+185=467 (61% of max value = 765). Red value is 149 (58.59% from 255 or 31.91% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 185 - color contains mainly: blue. Hex color #9585B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585B9 is #6A7A46. Grayscale: #8F8F8F. Windows color (decimal): -6978119 or 12158357. OLE color: 12158357.

HSL color Cylindrical-coordinate representation of color #9585B9: hue angle of 258.46º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9585B9 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149133185-
CMYK0.190.2800.27
HSL258.46º27.08%62.35%-
HSV(B)258.46º28.11%72.55%-
XYZ29.5426.6749.49-
YUV143.71151.3131.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.91%
GREEN value IS 133 (52.34% from 255) = 28.48%
BLUE value IS 185 (72.66% from 255) = 39.61%
R=31.91%
G=28.48%
B=39.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491331850.190.2800.27258.4627.0862.35
Hex9585B9131C01B1021b3e
Octal22520527123340334023376
Binary100101011000010110111001100111110001101110000001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9585B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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