#9580DC

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

Shades of Medium Purple #9580DC

Tints of Medium Purple #9580DC

Color information

#9580DC (or 0x9580DC) is unknown color: approx Medium Purple. HEX triplet: 95, 80 and DC. RGB value is (149,128,220). Sum of RGB (Red+Green+Blue) = 149+128+220=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #9580DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9580DC is #6A7F23. Grayscale: #909090. Windows color (decimal): -6979364 or 14450837. OLE color: 14450837.

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

Color convert

RGB149128220-
CMYK0.320.4200.14
HSL253.7º56.79%68.24%-
HSV(B)253.7º41.82%86.27%-
XYZ33.032771.18-
YUV144.77170.46131.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.98%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 220 (86.33% from 255) = 44.27%
R=29.98%
G=25.75%
B=44.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1491282200.320.4200.14253.756.7968.24
Hex9580DC202A0Efe3944
Octal225200334405201637671104
Binary10010101100000001101110010000010101001110111111101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9580DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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