#9780DC

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

Shades of Medium Purple #9780DC

Tints of Medium Purple #9780DC

Color information

#9780DC (or 0x9780DC) is unknown color: approx Medium Purple. HEX triplet: 97, 80 and DC. RGB value is (151,128,220). Sum of RGB (Red+Green+Blue) = 151+128+220=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 128 (50.39% from 255 or 25.65% 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 #9780DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9780DC is #687F23. Grayscale: #919191. Windows color (decimal): -6848292 or 14450839. OLE color: 14450839.

HSL color Cylindrical-coordinate representation of color #9780DC: hue angle of 255º 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 #9780DC is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151128220-
CMYK0.310.4200.14
HSL255º56.79%68.24%-
HSV(B)255º41.82%86.27%-
XYZ33.427.1871.2-
YUV145.36170.12132.02-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.26%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=30.26%
G=25.65%
B=44.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511282200.310.4200.1425556.7968.24
Hex9780DC1F2A0Eff3944
Octal227200334375201637771104
Binary1001011110000000110111001111110101001110111111111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9780DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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