#9586BA

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

Shades of Cold Purple #9586BA

Tints of Cold Purple #9586BA

Color information

#9586BA (or 0x9586BA) is unknown color: approx Cold Purple. HEX triplet: 95, 86 and BA. RGB value is (149,134,186). Sum of RGB (Red+Green+Blue) = 149+134+186=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: blue. Hex color #9586BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9586BA is #6A7945. Grayscale: #909090. Windows color (decimal): -6977862 or 12224149. OLE color: 12224149.

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

Color convert

RGB149134186-
CMYK0.200.2800.27
HSL257.31º27.37%62.75%-
HSV(B)257.31º27.96%72.94%-
XYZ29.7826.9850.09-
YUV144.41151.47131.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.77%
GREEN value IS 134 (52.73% from 255) = 28.57%
BLUE value IS 186 (73.05% from 255) = 39.66%
R=31.77%
G=28.57%
B=39.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491341860.200.2800.27257.3127.3762.75
Hex9586BA141C01B1011b3f
Octal22520627224340334013377
Binary100101011000011010111010101001110001101110000000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9586BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9586BA; }

 p { color: rgb(149,134,186); }

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

<style>
 a { background-color: #9586BA; }

 a { background-color: rgb(149,134,186); }

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

<style>
 span { border-color: #9586BA; }

 span { border-color: rgb(149,134,186); }

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