#9589C0

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

Shades of Cold Purple #9589C0

Tints of Cold Purple #9589C0

Color information

#9589C0 (or 0x9589C0) is unknown color: approx Cold Purple. HEX triplet: 95, 89 and C0. RGB value is (149,137,192). Sum of RGB (Red+Green+Blue) = 149+137+192=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 192 - color contains mainly: blue. Hex color #9589C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9589C0 is #6A763F. Grayscale: #929292. Windows color (decimal): -6977088 or 12618133. OLE color: 12618133.

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

Color convert

RGB149137192-
CMYK0.220.2900.25
HSL253.09º30.39%64.51%-
HSV(B)253.09º28.65%75.29%-
XYZ30.8528.0953.66-
YUV146.86153.48129.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 137 (53.91% from 255) = 28.66%
BLUE value IS 192 (75.39% from 255) = 40.17%
R=31.17%
G=28.66%
B=40.17%

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
Decimal1491371920.220.2900.25253.0930.3964.51
Hex9589C0161D019fd1e41
Octal225211300263503137536101
Binary100101011000100111000000101101110101100111111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9589C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9589C0; }

 p { color: rgb(149,137,192); }

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

<style>
 a { background-color: #9589C0; }

 a { background-color: rgb(149,137,192); }

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

<style>
 span { border-color: #9589C0; }

 span { border-color: rgb(149,137,192); }

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