#9582DE

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

Shades of Medium Purple #9582DE

Tints of Medium Purple #9582DE

Color information

#9582DE (or 0x9582DE) is unknown color: approx Medium Purple. HEX triplet: 95, 82 and DE. RGB value is (149,130,222). Sum of RGB (Red+Green+Blue) = 149+130+222=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #9582DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582DE is #6A7D21. Grayscale: #919191. Windows color (decimal): -6978850 or 14582421. OLE color: 14582421.

HSL color Cylindrical-coordinate representation of color #9582DE: hue angle of 252.39º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9582DE is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB149130222-
CMYK0.330.4100.13
HSL252.39º58.23%69.02%-
HSV(B)252.39º41.44%87.06%-
XYZ33.5627.6372.67-
YUV146.17170.79130.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.74%
GREEN value IS 130 (51.17% from 255) = 25.95%
BLUE value IS 222 (87.11% from 255) = 44.31%
R=29.74%
G=25.95%
B=44.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1491302220.330.4100.13252.3958.2369.02
Hex9582DE21290Dfc3a45
Octal225202336415101537472105
Binary10010101100000101101111010000110100101101111111001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9582DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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