#9586BD

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

Shades of Cold Purple #9586BD

Tints of Cold Purple #9586BD

Color information

#9586BD (or 0x9586BD) is unknown color: approx Cold Purple. HEX triplet: 95, 86 and BD. RGB value is (149,134,189). Sum of RGB (Red+Green+Blue) = 149+134+189=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #9586BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9586BD is #6A7942. Grayscale: #909090. Windows color (decimal): -6977859 or 12420757. OLE color: 12420757.

HSL color Cylindrical-coordinate representation of color #9586BD: hue angle of 256.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9586BD is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149134189-
CMYK0.210.2900.26
HSL256.36º29.41%63.33%-
HSV(B)256.36º29.1%74.12%-
XYZ30.127.1151.79-
YUV144.76152.97131.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.57%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 189 (74.22% from 255) = 40.04%
R=31.57%
G=28.39%
B=40.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491341890.210.2900.26256.3629.4163.33
Hex9586BD151D01A1001d3f
Octal22520627525350324003577
Binary100101011000011010111101101011110101101010000000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9586BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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