#9760E0

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

Shades of Medium Purple #9760E0

Tints of Medium Purple #9760E0

Color information

#9760E0 (or 0x9760E0) is unknown color: approx Medium Purple. HEX triplet: 97, 60 and E0. RGB value is (151,96,224). Sum of RGB (Red+Green+Blue) = 151+96+224=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #9760E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9760E0 is #689F1F. Grayscale: #7E7E7E. Windows color (decimal): -6856480 or 14704791. OLE color: 14704791.

HSL color Cylindrical-coordinate representation of color #9760E0: hue angle of 265.78º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9760E0 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15196224-
CMYK0.330.5700.12
HSL265.78º67.37%62.75%-
HSV(B)265.78º57.14%87.84%-
XYZ30.420.3372.84-
YUV127.04182.72145.09-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.06%
GREEN value IS 96 (37.89% from 255) = 20.38%
BLUE value IS 224 (87.89% from 255) = 47.56%
R=32.06%
G=20.38%
B=47.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal151962240.330.5700.12265.7867.3762.75
Hex9760E021390C10a433f
Octal227140340417101441210377
Binary10010111110000011100000100001111001011001000010101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9760E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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