#905AEC

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

Shades of Medium Purple #905AEC

Tints of Medium Purple #905AEC

Color information

#905AEC (or 0x905AEC) is unknown color: approx Medium Purple. HEX triplet: 90, 5A and EC. RGB value is (144,90,236). Sum of RGB (Red+Green+Blue) = 144+90+236=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 90 (35.55% from 255 or 19.15% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #905AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #905AEC is #6FA513. Grayscale: #7A7A7A. Windows color (decimal): -7316756 or 15489680. OLE color: 15489680.

HSL color Cylindrical-coordinate representation of color #905AEC: hue angle of 262.19º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #905AEC is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14490236-
CMYK0.390.6200.07
HSL262.19º79.35%63.92%-
HSV(B)262.19º61.86%92.55%-
XYZ30.319.381.48-
YUV122.79191.89143.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.64%
GREEN value IS 90 (35.55% from 255) = 19.15%
BLUE value IS 236 (92.58% from 255) = 50.21%
R=30.64%
G=19.15%
B=50.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal144902360.390.6200.07262.1979.3563.92
Hex905AEC273E071064f40
Octal220132354477607406117100
Binary10010000101101011101100100111111110011110000011010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905AEC; }

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

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

<style>
 a { background-color: #905AEC; }

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

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

<style>
 span { border-color: #905AEC; }

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

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