#9585DC

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

Shades of Medium Purple #9585DC

Tints of Medium Purple #9585DC

Color information

#9585DC (or 0x9585DC) is unknown color: approx Medium Purple. HEX triplet: 95, 85 and DC. RGB value is (149,133,220). Sum of RGB (Red+Green+Blue) = 149+133+220=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #9585DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585DC is #6A7A23. Grayscale: #939393. Windows color (decimal): -6978084 or 14452117. OLE color: 14452117.

HSL color Cylindrical-coordinate representation of color #9585DC: hue angle of 251.03º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9585DC is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB149133220-
CMYK0.320.4000.14
HSL251.03º55.41%69.22%-
HSV(B)251.03º39.55%86.27%-
XYZ33.728.3371.4-
YUV147.7168.8128.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.68%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 220 (86.33% from 255) = 43.82%
R=29.68%
G=26.49%
B=43.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491332200.320.4000.14251.0355.4169.22
Hex9585DC20280Efb3745
Octal225205334405001637367105
Binary10010101100001011101110010000010100001110111110111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9585DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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