#9D76DC

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

Shades of Medium Purple #9D76DC

Tints of Medium Purple #9D76DC

Color information

#9D76DC (or 0x9D76DC) is unknown color: approx Medium Purple. HEX triplet: 9D, 76 and DC. RGB value is (157,118,220). Sum of RGB (Red+Green+Blue) = 157+118+220=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D76DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D76DC is #628923. Grayscale: #8C8C8C. Windows color (decimal): -6457636 or 14448285. OLE color: 14448285.

HSL color Cylindrical-coordinate representation of color #9D76DC: hue angle of 262.94º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D76DC is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157118220-
CMYK0.290.4600.14
HSL262.94º59.3%66.27%-
HSV(B)262.94º46.36%86.27%-
XYZ33.325.2970.84-
YUV141.29172.42139.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.72%
GREEN value IS 118 (46.48% from 255) = 23.84%
BLUE value IS 220 (86.33% from 255) = 44.44%
R=31.72%
G=23.84%
B=44.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571182200.290.4600.14262.9459.366.27
Hex9D76DC1D2E0E1073b42
Octal235166334355601640773102
Binary1001110111101101101110011101101110011101000001111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D76DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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