#9587AD

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

Shades of Cold Purple #9587AD

Tints of Cold Purple #9587AD

Color information

#9587AD (or 0x9587AD) is unknown color: approx Cold Purple. HEX triplet: 95, 87 and AD. RGB value is (149,135,173). Sum of RGB (Red+Green+Blue) = 149+135+173=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 135 (53.12% from 255 or 29.54% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #9587AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9587AD is #6A7852. Grayscale: #8F8F8F. Windows color (decimal): -6977619 or 11372437. OLE color: 11372437.

HSL color Cylindrical-coordinate representation of color #9587AD: hue angle of 262.11º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9587AD is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB149135173-
CMYK0.140.2200.32
HSL262.11º18.81%60.39%-
HSV(B)262.11º21.97%67.84%-
XYZ28.626.7343.19-
YUV143.52144.64131.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.60%
GREEN value IS 135 (53.12% from 255) = 29.54%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=32.60%
G=29.54%
B=37.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491351730.140.2200.32262.1118.8160.39
Hex9587ADE16020106133c
Octal22520725516260404062374
Binary100101011000011110101101111010110010000010000011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9587AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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