#9589CA

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

Shades of Cold Purple #9589CA

Tints of Cold Purple #9589CA

Color information

#9589CA (or 0x9589CA) is unknown color: approx Cold Purple. HEX triplet: 95, 89 and CA. RGB value is (149,137,202). Sum of RGB (Red+Green+Blue) = 149+137+202=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #9589CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9589CA is #6A7635. Grayscale: #939393. Windows color (decimal): -6977078 or 13273493. OLE color: 13273493.

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

Color convert

RGB149137202-
CMYK0.260.3200.21
HSL251.08º38.01%66.47%-
HSV(B)251.08º32.18%79.22%-
XYZ3228.5559.7-
YUV148158.48128.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.53%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=30.53%
G=28.07%
B=41.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1491372020.260.3200.21251.0838.0166.47
Hex9589CA1A20015fb2642
Octal225211312324002537346102
Binary10010101100010011100101011010100000010101111110111001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9589CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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