#9587DA

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

Shades of Medium Purple #9587DA

Tints of Medium Purple #9587DA

Color information

#9587DA (or 0x9587DA) is unknown color: approx Medium Purple. HEX triplet: 95, 87 and DA. RGB value is (149,135,218). Sum of RGB (Red+Green+Blue) = 149+135+218=502 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.68% from 502); Green value is 135 (53.12% from 255 or 26.89% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #9587DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9587DA is #6A7825. Grayscale: #949494. Windows color (decimal): -6977574 or 14321557. OLE color: 14321557.

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

Color convert

RGB149135218-
CMYK0.320.3800.15
HSL250.12º52.87%69.22%-
HSV(B)250.12º38.07%85.49%-
XYZ33.7128.7870.11-
YUV148.65167.14128.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.68%
GREEN value IS 135 (53.12% from 255) = 26.89%
BLUE value IS 218 (85.55% from 255) = 43.43%
R=29.68%
G=26.89%
B=43.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491352180.320.3800.15250.1252.8769.22
Hex9587DA20260Ffa3545
Octal225207332404601737265105
Binary10010101100001111101101010000010011001111111110101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9587DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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