#906AE4

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

Shades of Medium Purple #906AE4

Tints of Medium Purple #906AE4

Color information

#906AE4 (or 0x906AE4) is unknown color: approx Medium Purple. HEX triplet: 90, 6A and E4. RGB value is (144,106,228). Sum of RGB (Red+Green+Blue) = 144+106+228=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 228 - color contains mainly: blue. Hex color #906AE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906AE4 is #6F951B. Grayscale: #828282. Windows color (decimal): -7312668 or 14969488. OLE color: 14969488.

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

Color convert

RGB144106228-
CMYK0.370.5400.11
HSL258.69º69.32%65.49%-
HSV(B)258.69º53.51%89.41%-
XYZ30.6621.8476-
YUV131.27182.59137.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.13%
GREEN value IS 106 (41.80% from 255) = 22.18%
BLUE value IS 228 (89.45% from 255) = 47.70%
R=30.13%
G=22.18%
B=47.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1441062280.370.5400.11258.6969.3265.49
Hex906AE425360B1034541
Octal2201523444566013403105101
Binary100100001101010111001001001011101100101110000001110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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