#9084DF

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

Shades of Medium Purple #9084DF

Tints of Medium Purple #9084DF

Color information

#9084DF (or 0x9084DF) is unknown color: approx Medium Purple. HEX triplet: 90, 84 and DF. RGB value is (144,132,223). Sum of RGB (Red+Green+Blue) = 144+132+223=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #9084DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9084DF is #6F7B20. Grayscale: #919191. Windows color (decimal): -7306017 or 14648464. OLE color: 14648464.

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

Color convert

RGB144132223-
CMYK0.350.4100.13
HSL247.91º58.71%69.61%-
HSV(B)247.91º40.81%87.45%-
XYZ33.0727.7673.43-
YUV145.96171.48126.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.86%
GREEN value IS 132 (51.95% from 255) = 26.45%
BLUE value IS 223 (87.5% from 255) = 44.69%
R=28.86%
G=26.45%
B=44.69%

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
Decimal1441322230.350.4100.13247.9158.7169.61
Hex9084DF23290Df83b46
Octal220204337435101537073106
Binary10010000100001001101111110001110100101101111110001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9084DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9084DF; }

 p { color: rgb(144,132,223); }

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

<style>
 a { background-color: #9084DF; }

 a { background-color: rgb(144,132,223); }

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

<style>
 span { border-color: #9084DF; }

 span { border-color: rgb(144,132,223); }

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