#9780EA

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

Shades of Medium Purple #9780EA

Tints of Medium Purple #9780EA

Color information

#9780EA (or 0x9780EA) is unknown color: approx Medium Purple. HEX triplet: 97, 80 and EA. RGB value is (151,128,234). Sum of RGB (Red+Green+Blue) = 151+128+234=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #9780EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9780EA is #687F15. Grayscale: #929292. Windows color (decimal): -6848278 or 15368343. OLE color: 15368343.

HSL color Cylindrical-coordinate representation of color #9780EA: hue angle of 253.02º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9780EA is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151128234-
CMYK0.350.4500.08
HSL253.02º71.62%70.98%-
HSV(B)253.02º45.3%91.76%-
XYZ35.3327.9681.38-
YUV146.96177.12130.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.43%
GREEN value IS 128 (50.39% from 255) = 24.95%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=29.43%
G=24.95%
B=45.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511282340.350.4500.08253.0271.6270.98
Hex9780EA232D08fd4847
Octal2272003524355010375110107
Binary100101111000000011101010100011101101010001111110110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9780EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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