#9587BF

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

Shades of Cold Purple #9587BF

Tints of Cold Purple #9587BF

Color information

#9587BF (or 0x9587BF) is unknown color: approx Cold Purple. HEX triplet: 95, 87 and BF. RGB value is (149,135,191). Sum of RGB (Red+Green+Blue) = 149+135+191=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #9587BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9587BF is #6A7840. Grayscale: #919191. Windows color (decimal): -6977601 or 12552085. OLE color: 12552085.

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

Color convert

RGB149135191-
CMYK0.220.2900.25
HSL255º30.43%63.92%-
HSV(B)255º29.32%74.9%-
XYZ30.4627.4852.99-
YUV145.57153.64130.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 191 (75% from 255) = 40.21%
R=31.37%
G=28.42%
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.25
SystemRedGreenBlueCMYKHSL
Decimal1491351910.220.2900.2525530.4363.92
Hex9587BF161D019ff1e40
Octal225207277263503137736100
Binary100101011000011110111111101101110101100111111111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9587BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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