#9585BB

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

Shades of Cold Purple #9585BB

Tints of Cold Purple #9585BB

Color information

#9585BB (or 0x9585BB) is unknown color: approx Cold Purple. HEX triplet: 95, 85 and BB. RGB value is (149,133,187). Sum of RGB (Red+Green+Blue) = 149+133+187=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #9585BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585BB is #6A7A44. Grayscale: #8F8F8F. Windows color (decimal): -6978117 or 12289429. OLE color: 12289429.

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

Color convert

RGB149133187-
CMYK0.200.2900.27
HSL257.78º28.42%62.75%-
HSV(B)257.78º28.88%73.33%-
XYZ29.7526.7550.61-
YUV143.94152.3131.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.77%
GREEN value IS 133 (52.34% from 255) = 28.36%
BLUE value IS 187 (73.44% from 255) = 39.87%
R=31.77%
G=28.36%
B=39.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491331870.200.2900.27257.7828.4262.75
Hex9585BB141D01B1021c3f
Octal22520527324350334023477
Binary100101011000010110111011101001110101101110000001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9585BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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