#907AE5

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

Shades of Medium Purple #907AE5

Tints of Medium Purple #907AE5

Color information

#907AE5 (or 0x907AE5) is unknown color: approx Medium Purple. HEX triplet: 90, 7A and E5. RGB value is (144,122,229). Sum of RGB (Red+Green+Blue) = 144+122+229=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #907AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907AE5 is #6F851A. Grayscale: #8C8C8C. Windows color (decimal): -7308571 or 15039120. OLE color: 15039120.

HSL color Cylindrical-coordinate representation of color #907AE5: hue angle of 252.34º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #907AE5 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB144122229-
CMYK0.370.4700.10
HSL252.34º67.3%68.82%-
HSV(B)252.34º46.72%89.8%-
XYZ32.625.5177.33-
YUV140.78177.79130.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.09%
GREEN value IS 122 (48.05% from 255) = 24.65%
BLUE value IS 229 (89.84% from 255) = 46.26%
R=29.09%
G=24.65%
B=46.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1441222290.370.4700.10252.3467.368.82
Hex907AE5252F0Afc4345
Octal2201723454557012374103105
Binary10010000111101011100101100101101111010101111110010000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907AE5; }

 p { color: rgb(144,122,229); }

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

<style>
 a { background-color: #907AE5; }

 a { background-color: rgb(144,122,229); }

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

<style>
 span { border-color: #907AE5; }

 span { border-color: rgb(144,122,229); }

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