#9585DA

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

Shades of Medium Purple #9585DA

Tints of Medium Purple #9585DA

Color information

#9585DA (or 0x9585DA) is unknown color: approx Medium Purple. HEX triplet: 95, 85 and DA. RGB value is (149,133,218). Sum of RGB (Red+Green+Blue) = 149+133+218=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #9585DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585DA is #6A7A25. Grayscale: #939393. Windows color (decimal): -6978086 or 14321045. OLE color: 14321045.

HSL color Cylindrical-coordinate representation of color #9585DA: hue angle of 251.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9585DA is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149133218-
CMYK0.320.3900.15
HSL251.29º53.46%68.82%-
HSV(B)251.29º38.99%85.49%-
XYZ33.4428.2370.02-
YUV147.47167.8129.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.8%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 218 (85.55% from 255) = 43.6%
R=29.8%
G=26.6%
B=43.6%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491332180.320.3900.15251.2953.4668.82
Hex9585DA20270Ffb3545
Octal225205332404701737365105
Binary10010101100001011101101010000010011101111111110111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9585DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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