#906DEC

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

Shades of Medium Purple #906DEC

Tints of Medium Purple #906DEC

Color information

#906DEC (or 0x906DEC) is unknown color: approx Medium Purple. HEX triplet: 90, 6D and EC. RGB value is (144,109,236). Sum of RGB (Red+Green+Blue) = 144+109+236=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #906DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #906DEC is #6F9213. Grayscale: #858585. Windows color (decimal): -7311892 or 15494544. OLE color: 15494544.

HSL color Cylindrical-coordinate representation of color #906DEC: hue angle of 256.54º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #906DEC is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144109236-
CMYK0.390.5400.07
HSL256.54º76.97%67.65%-
HSV(B)256.54º53.81%92.55%-
XYZ32.1122.9282.09-
YUV133.94185.6135.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.45%
GREEN value IS 109 (42.97% from 255) = 22.29%
BLUE value IS 236 (92.58% from 255) = 48.26%
R=29.45%
G=22.29%
B=48.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441092360.390.5400.07256.5476.9767.65
Hex906DEC2736071014d44
Octal220155354476607401115104
Binary10010000110110111101100100111110110011110000000110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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