#907AD8

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

Shades of Medium Purple #907AD8

Tints of Medium Purple #907AD8

Color information

#907AD8 (or 0x907AD8) is unknown color: approx Medium Purple. HEX triplet: 90, 7A and D8. RGB value is (144,122,216). Sum of RGB (Red+Green+Blue) = 144+122+216=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 216 - color contains mainly: blue. Hex color #907AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #907AD8 is #6F8527. Grayscale: #8A8A8A. Windows color (decimal): -7308584 or 14187152. OLE color: 14187152.

HSL color Cylindrical-coordinate representation of color #907AD8: hue angle of 254.04º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #907AD8 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144122216-
CMYK0.330.4400.15
HSL254.04º54.65%66.27%-
HSV(B)254.04º43.52%84.71%-
XYZ30.8624.8168.13-
YUV139.29171.29131.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.88%
GREEN value IS 122 (48.05% from 255) = 25.31%
BLUE value IS 216 (84.77% from 255) = 44.81%
R=29.88%
G=25.31%
B=44.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441222160.330.4400.15254.0454.6566.27
Hex907AD8212C0Ffe3742
Octal220172330415401737667102
Binary1001000011110101101100010000110110001111111111101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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