#9582DC

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

Shades of Medium Purple #9582DC

Tints of Medium Purple #9582DC

Color information

#9582DC (or 0x9582DC) is unknown color: approx Medium Purple. HEX triplet: 95, 82 and DC. RGB value is (149,130,220). Sum of RGB (Red+Green+Blue) = 149+130+220=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #9582DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582DC is #6A7D23. Grayscale: #919191. Windows color (decimal): -6978852 or 14451349. OLE color: 14451349.

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

Color convert

RGB149130220-
CMYK0.320.4100.14
HSL252.67º56.25%68.63%-
HSV(B)252.67º40.91%86.27%-
XYZ33.327.5271.27-
YUV145.94169.79130.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.86%
GREEN value IS 130 (51.17% from 255) = 26.05%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=29.86%
G=26.05%
B=44.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491302200.320.4100.14252.6756.2568.63
Hex9582DC20290Efd3845
Octal225202334405101637570105
Binary10010101100000101101110010000010100101110111111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9582DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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