#9082DA

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

Shades of Medium Purple #9082DA

Tints of Medium Purple #9082DA

Color information

#9082DA (or 0x9082DA) is unknown color: approx Medium Purple. HEX triplet: 90, 82 and DA. RGB value is (144,130,218). Sum of RGB (Red+Green+Blue) = 144+130+218=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #9082DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9082DA is #6F7D25. Grayscale: #8F8F8F. Windows color (decimal): -7306534 or 14320272. OLE color: 14320272.

HSL color Cylindrical-coordinate representation of color #9082DA: hue angle of 249.55º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9082DA is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB144130218-
CMYK0.340.4000.15
HSL249.55º54.32%68.24%-
HSV(B)249.55º40.37%85.49%-
XYZ32.1426.9669.84-
YUV144.22169.64127.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.27%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 218 (85.55% from 255) = 44.31%
R=29.27%
G=26.42%
B=44.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1441302180.340.4000.15249.5554.3268.24
Hex9082DA22280Ffa3644
Octal220202332425001737266104
Binary10010000100000101101101010001010100001111111110101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9082DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9082DA; }

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

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

<style>
 a { background-color: #9082DA; }

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

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

<style>
 span { border-color: #9082DA; }

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

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