#9585CF

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

Shades of Cold Purple #9585CF

Tints of Cold Purple #9585CF

Color information

#9585CF (or 0x9585CF) is unknown color: approx Cold Purple. HEX triplet: 95, 85 and CF. RGB value is (149,133,207). Sum of RGB (Red+Green+Blue) = 149+133+207=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #9585CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585CF is #6A7A30. Grayscale: #919191. Windows color (decimal): -6978097 or 13600149. OLE color: 13600149.

HSL color Cylindrical-coordinate representation of color #9585CF: hue angle of 252.97º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9585CF is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149133207-
CMYK0.280.3600.19
HSL252.97º43.53%66.67%-
HSV(B)252.97º35.75%81.18%-
XYZ32.0427.6762.68-
YUV146.22162.3129.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.47%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=30.47%
G=27.20%
B=42.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1491332070.280.3600.19252.9743.5366.67
Hex9585CF1C24013fd2c43
Octal225205317344402337554103
Binary10010101100001011100111111100100100010011111111011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9585CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9585CF; }

 p { color: rgb(149,133,207); }

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

<style>
 a { background-color: #9585CF; }

 a { background-color: rgb(149,133,207); }

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

<style>
 span { border-color: #9585CF; }

 span { border-color: rgb(149,133,207); }

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