#9F7BDD

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

Shades of Medium Purple #9F7BDD

Tints of Medium Purple #9F7BDD

Color information

#9F7BDD (or 0x9F7BDD) is unknown color: approx Medium Purple. HEX triplet: 9F, 7B and DD. RGB value is (159,123,221). Sum of RGB (Red+Green+Blue) = 159+123+221=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F7BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F7BDD is #608422. Grayscale: #909090. Windows color (decimal): -6325283 or 14515103. OLE color: 14515103.

HSL color Cylindrical-coordinate representation of color #9F7BDD: hue angle of 262.04º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F7BDD is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159123221-
CMYK0.280.4400.13
HSL262.04º59.04%67.45%-
HSV(B)262.04º44.34%86.67%-
XYZ34.4326.7671.76-
YUV144.94170.93138.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.61%
GREEN value IS 123 (48.44% from 255) = 24.45%
BLUE value IS 221 (86.72% from 255) = 43.94%
R=31.61%
G=24.45%
B=43.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591232210.280.4400.13262.0459.0467.45
Hex9F7BDD1C2C0D1063b43
Octal237173335345401540673103
Binary1001111111110111101110111100101100011011000001101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,123,221); }

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

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

 a { background-color: rgb(159,123,221); }

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

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

 span { border-color: rgb(159,123,221); }

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