#9589C1

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

Shades of Cold Purple #9589C1

Tints of Cold Purple #9589C1

Color information

#9589C1 (or 0x9589C1) is unknown color: approx Cold Purple. HEX triplet: 95, 89 and C1. RGB value is (149,137,193). Sum of RGB (Red+Green+Blue) = 149+137+193=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #9589C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9589C1 is #6A763E. Grayscale: #929292. Windows color (decimal): -6977087 or 12683669. OLE color: 12683669.

HSL color Cylindrical-coordinate representation of color #9589C1: hue angle of 252.86º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9589C1 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB149137193-
CMYK0.230.2900.24
HSL252.86º31.11%64.71%-
HSV(B)252.86º29.02%75.69%-
XYZ30.9728.1354.25-
YUV146.97153.98129.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.11%
GREEN value IS 137 (53.91% from 255) = 28.60%
BLUE value IS 193 (75.78% from 255) = 40.29%
R=31.11%
G=28.60%
B=40.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491371930.230.2900.24252.8631.1164.71
Hex9589C1171D018fd1f41
Octal225211301273503037537101
Binary100101011000100111000001101111110101100011111101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9589C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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