#9586CA

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

Shades of Cold Purple #9586CA

Tints of Cold Purple #9586CA

Color information

#9586CA (or 0x9586CA) is unknown color: approx Cold Purple. HEX triplet: 95, 86 and CA. RGB value is (149,134,202). Sum of RGB (Red+Green+Blue) = 149+134+202=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #9586CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9586CA is #6A7935. Grayscale: #919191. Windows color (decimal): -6977846 or 13272725. OLE color: 13272725.

HSL color Cylindrical-coordinate representation of color #9586CA: hue angle of 253.24º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9586CA is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB149134202-
CMYK0.260.3400.21
HSL253.24º39.08%65.88%-
HSV(B)253.24º33.66%79.22%-
XYZ31.5827.759.56-
YUV146.24159.47129.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.72%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=30.72%
G=27.63%
B=41.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491342020.260.3400.21253.2439.0865.88
Hex9586CA1A22015fd2742
Octal225206312324202537547102
Binary10010101100001101100101011010100010010101111111011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9586CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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