#9582DA

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

Shades of Medium Purple #9582DA

Tints of Medium Purple #9582DA

Color information

#9582DA (or 0x9582DA) is unknown color: approx Medium Purple. HEX triplet: 95, 82 and DA. RGB value is (149,130,218). Sum of RGB (Red+Green+Blue) = 149+130+218=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #9582DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582DA is #6A7D25. Grayscale: #919191. Windows color (decimal): -6978854 or 14320277. OLE color: 14320277.

HSL color Cylindrical-coordinate representation of color #9582DA: hue angle of 252.95º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9582DA is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149130218-
CMYK0.320.4000.15
HSL252.95º54.32%68.24%-
HSV(B)252.95º40.37%85.49%-
XYZ33.0327.4269.88-
YUV145.71168.79130.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.98%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 218 (85.55% from 255) = 43.86%
R=29.98%
G=26.16%
B=43.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491302180.320.4000.15252.9554.3268.24
Hex9582DA20280Ffd3644
Octal225202332405001737566104
Binary10010101100000101101101010000010100001111111111011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9582DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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