#9D6DEA

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

Shades of Medium Purple #9D6DEA

Tints of Medium Purple #9D6DEA

Color information

#9D6DEA (or 0x9D6DEA) is unknown color: approx Medium Purple. HEX triplet: 9D, 6D and EA. RGB value is (157,109,234). Sum of RGB (Red+Green+Blue) = 157+109+234=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D6DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D6DEA is #629215. Grayscale: #898989. Windows color (decimal): -6459926 or 15363485. OLE color: 15363485.

HSL color Cylindrical-coordinate representation of color #9D6DEA: hue angle of 263.04º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9D6DEA is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157109234-
CMYK0.330.5300.08
HSL263.04º74.85%67.25%-
HSV(B)263.04º53.42%91.76%-
XYZ34.2224.0580.68-
YUV137.6182.4141.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.4%
GREEN value IS 109 (42.97% from 255) = 21.8%
BLUE value IS 234 (91.80% from 255) = 46.8%
R=31.4%
G=21.8%
B=46.8%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1571092340.330.5300.08263.0474.8567.25
Hex9D6DEA2135081074b43
Octal2351553524165010407113103
Binary100111011101101111010101000011101010100010000011110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,109,234); }

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

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

 a { background-color: rgb(157,109,234); }

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

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

 span { border-color: rgb(157,109,234); }

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