#9B7EDD

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

Shades of Medium Purple #9B7EDD

Tints of Medium Purple #9B7EDD

Color information

#9B7EDD (or 0x9B7EDD) is unknown color: approx Medium Purple. HEX triplet: 9B, 7E and DD. RGB value is (155,126,221). Sum of RGB (Red+Green+Blue) = 155+126+221=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B7EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B7EDD is #648122. Grayscale: #919191. Windows color (decimal): -6586659 or 14515867. OLE color: 14515867.

HSL color Cylindrical-coordinate representation of color #9B7EDD: hue angle of 258.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B7EDD is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155126221-
CMYK0.300.4300.13
HSL258.32º58.28%68.04%-
HSV(B)258.32º42.99%86.67%-
XYZ34.0327.1171.85-
YUV145.5170.61134.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.88%
GREEN value IS 126 (49.61% from 255) = 25.10%
BLUE value IS 221 (86.72% from 255) = 44.02%
R=30.88%
G=25.10%
B=44.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551262210.300.4300.13258.3258.2868.04
Hex9B7EDD1E2B0D1023a44
Octal233176335365301540272104
Binary1001101111111101101110111110101011011011000000101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,126,221); }

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

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

 a { background-color: rgb(155,126,221); }

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

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

 span { border-color: rgb(155,126,221); }

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