#906DE4

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

Shades of Medium Purple #906DE4

Tints of Medium Purple #906DE4

Color information

#906DE4 (or 0x906DE4) is unknown color: approx Medium Purple. HEX triplet: 90, 6D and E4. RGB value is (144,109,228). Sum of RGB (Red+Green+Blue) = 144+109+228=481 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.94% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #906DE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906DE4 is #6F921B. Grayscale: #848484. Windows color (decimal): -7311900 or 14970256. OLE color: 14970256.

HSL color Cylindrical-coordinate representation of color #906DE4: hue angle of 257.65º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #906DE4 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB144109228-
CMYK0.370.5200.11
HSL257.65º68.79%66.08%-
HSV(B)257.65º52.19%89.41%-
XYZ30.9722.4776.1-
YUV133.03181.6135.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.94%
GREEN value IS 109 (42.97% from 255) = 22.66%
BLUE value IS 228 (89.45% from 255) = 47.40%
R=29.94%
G=22.66%
B=47.40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1441092280.370.5200.11257.6568.7966.08
Hex906DE425340B1024542
Octal2201553444564013402105102
Binary100100001101101111001001001011101000101110000001010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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