#906DD7

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

Shades of Medium Purple #906DD7

Tints of Medium Purple #906DD7

Color information

#906DD7 (or 0x906DD7) is unknown color: approx Medium Purple. HEX triplet: 90, 6D and D7. RGB value is (144,109,215). Sum of RGB (Red+Green+Blue) = 144+109+215=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 215 (84.38% from 255 or 45.94% from 468); Max value from RGB is 215 - color contains mainly: blue. Hex color #906DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906DD7 is #6F9228. Grayscale: #838383. Windows color (decimal): -7311913 or 14118288. OLE color: 14118288.

HSL color Cylindrical-coordinate representation of color #906DD7: hue angle of 259.81º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #906DD7 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB144109215-
CMYK0.330.4900.16
HSL259.81º56.99%63.53%-
HSV(B)259.81º49.3%84.31%-
XYZ29.2421.7766.95-
YUV131.55175.1136.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.77%
GREEN value IS 109 (42.97% from 255) = 23.29%
BLUE value IS 215 (84.38% from 255) = 45.94%
R=30.77%
G=23.29%
B=45.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1441092150.330.4900.16259.8156.9963.53
Hex906DD721310101043940
Octal220155327416102040471100
Binary100100001101101110101111000011100010100001000001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906DD7; }

 p { color: rgb(144,109,215); }

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

<style>
 a { background-color: #906DD7; }

 a { background-color: rgb(144,109,215); }

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

<style>
 span { border-color: #906DD7; }

 span { border-color: rgb(144,109,215); }

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