#9d76e0

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

Shades of Medium Purple #9D76E0

Tints of Medium Purple #9D76E0

Color information

#9D76E0 (or 0x9D76E0) is unknown color: approx Medium Purple. HEX triplet: 9D, 76 and E0. RGB value is (157,118,224). Sum of RGB (Red+Green+Blue) = 157+118+224=499 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.46% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #9D76E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D76E0 is #62891F. Grayscale: #8D8D8D. Windows color (decimal): -6457632 or 14710429. OLE color: 14710429.

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

Color convert

RGB157118224-
CMYK0.300.4700.12
HSL262.08º63.1%67.06%-
HSV(B)262.08º47.32%87.84%-
XYZ33.8425.5173.66-
YUV141.74174.42138.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.46%
GREEN value IS 118 (46.48% from 255) = 23.65%
BLUE value IS 224 (87.89% from 255) = 44.89%
R=31.46%
G=23.65%
B=44.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1571182240.300.4700.12262.0863.167.06
Hex9D76E01E2F0C1063f43
Octal235166340365701440677103
Binary1001110111101101110000011110101111011001000001101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d76e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9d76e0; }

 p { color: rgb(157,118,224); }

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

<style>
 a { background-color: #9d76e0; }

 a { background-color: rgb(157,118,224); }

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

<style>
 span { border-color: #9d76e0; }

 span { border-color: rgb(157,118,224); }

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