#906DDA

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

Shades of Medium Purple #906DDA

Tints of Medium Purple #906DDA

Color information

#906DDA (or 0x906DDA) is unknown color: approx Medium Purple. HEX triplet: 90, 6D and DA. RGB value is (144,109,218). Sum of RGB (Red+Green+Blue) = 144+109+218=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #906DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #906DDA is #6F9225. Grayscale: #838383. Windows color (decimal): -7311910 or 14314896. OLE color: 14314896.

HSL color Cylindrical-coordinate representation of color #906DDA: hue angle of 259.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #906DDA is Cyan = 0.34, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144109218-
CMYK0.340.500.15
HSL259.27º59.56%64.12%-
HSV(B)259.27º50%85.49%-
XYZ29.6321.9369-
YUV131.89176.6136.64-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.57%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 218 (85.55% from 255) = 46.28%
R=30.57%
G=23.14%
B=46.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441092180.340.500.15259.2759.5664.12
Hex906DDA22320F1033c40
Octal220155332426201740374100
Binary10010000110110111011010100010110010011111000000111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,109,218); }

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

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

 a { background-color: rgb(144,109,218); }

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

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

 span { border-color: rgb(144,109,218); }

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