#906BE0

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

Shades of Medium Purple #906BE0

Tints of Medium Purple #906BE0

Color information

#906BE0 (or 0x906BE0) is unknown color: approx Medium Purple. HEX triplet: 90, 6B and E0. RGB value is (144,107,224). Sum of RGB (Red+Green+Blue) = 144+107+224=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #906BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906BE0 is #6F941F. Grayscale: #828282. Windows color (decimal): -7312416 or 14707600. OLE color: 14707600.

HSL color Cylindrical-coordinate representation of color #906BE0: hue angle of 258.97º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #906BE0 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB144107224-
CMYK0.360.5200.12
HSL258.97º65.36%64.9%-
HSV(B)258.97º52.23%87.84%-
XYZ30.2121.8373.14-
YUV131.4180.26136.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.32%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 224 (87.89% from 255) = 47.16%
R=30.32%
G=22.53%
B=47.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1441072240.360.5200.12258.9765.3664.9
Hex906BE024340C1034141
Octal2201533404464014403101101
Binary100100001101011111000001001001101000110010000001110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,107,224); }

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

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

 a { background-color: rgb(144,107,224); }

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

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

 span { border-color: rgb(144,107,224); }

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