#9183DA

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

Shades of Medium Purple #9183DA

Tints of Medium Purple #9183DA

Color information

#9183DA (or 0x9183DA) is unknown color: approx Medium Purple. HEX triplet: 91, 83 and DA. RGB value is (145,131,218). Sum of RGB (Red+Green+Blue) = 145+131+218=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #9183DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9183DA is #6E7C25. Grayscale: #909090. Windows color (decimal): -7240742 or 14320529. OLE color: 14320529.

HSL color Cylindrical-coordinate representation of color #9183DA: hue angle of 249.66º 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 #9183DA is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB145131218-
CMYK0.330.4000.15
HSL249.66º54.04%68.43%-
HSV(B)249.66º39.91%85.49%-
XYZ32.4527.3169.89-
YUV145.1169.14127.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.35%
GREEN value IS 131 (51.56% from 255) = 26.52%
BLUE value IS 218 (85.55% from 255) = 44.13%
R=29.35%
G=26.52%
B=44.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1451312180.330.4000.15249.6654.0468.43
Hex9183DA21280Ffa3644
Octal221203332415001737266104
Binary10010001100000111101101010000110100001111111110101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9183DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,131,218); }

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

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

 a { background-color: rgb(145,131,218); }

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

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

 span { border-color: rgb(145,131,218); }

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