#9082DE

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

Shades of Medium Purple #9082DE

Tints of Medium Purple #9082DE

Color information

#9082DE (or 0x9082DE) is unknown color: approx Medium Purple. HEX triplet: 90, 82 and DE. RGB value is (144,130,222). Sum of RGB (Red+Green+Blue) = 144+130+222=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #9082DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9082DE is #6F7D21. Grayscale: #909090. Windows color (decimal): -7306530 or 14582416. OLE color: 14582416.

HSL color Cylindrical-coordinate representation of color #9082DE: hue angle of 249.13º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9082DE is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB144130222-
CMYK0.350.4100.13
HSL249.13º58.23%69.02%-
HSV(B)249.13º41.44%87.06%-
XYZ32.6727.1772.63-
YUV144.67171.64127.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.03%
GREEN value IS 130 (51.17% from 255) = 26.21%
BLUE value IS 222 (87.11% from 255) = 44.76%
R=29.03%
G=26.21%
B=44.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1441302220.350.4100.13249.1358.2369.02
Hex9082DE23290Df93a45
Octal220202336435101537172105
Binary10010000100000101101111010001110100101101111110011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9082DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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