#9760ED

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

Shades of Medium Purple #9760ED

Tints of Medium Purple #9760ED

Color information

#9760ED (or 0x9760ED) is unknown color: approx Medium Purple. HEX triplet: 97, 60 and ED. RGB value is (151,96,237). Sum of RGB (Red+Green+Blue) = 151+96+237=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #9760ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9760ED is #689F12. Grayscale: #808080. Windows color (decimal): -6856467 or 15556759. OLE color: 15556759.

HSL color Cylindrical-coordinate representation of color #9760ED: hue angle of 263.4º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9760ED is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15196237-
CMYK0.360.5900.07
HSL263.4º79.66%65.29%-
HSV(B)263.4º59.49%92.94%-
XYZ32.2321.0682.49-
YUV128.52189.22144.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.20%
GREEN value IS 96 (37.89% from 255) = 19.83%
BLUE value IS 237 (92.97% from 255) = 48.97%
R=31.20%
G=19.83%
B=48.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal151962370.360.5900.07263.479.6665.29
Hex9760ED243B071075041
Octal227140355447307407120101
Binary10010111110000011101101100100111011011110000011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9760ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9760ED; }

 p { color: rgb(151,96,237); }

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

<style>
 a { background-color: #9760ED; }

 a { background-color: rgb(151,96,237); }

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

<style>
 span { border-color: #9760ED; }

 span { border-color: rgb(151,96,237); }

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