#9181DC

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

Shades of Medium Purple #9181DC

Tints of Medium Purple #9181DC

Color information

#9181DC (or 0x9181DC) is unknown color: approx Medium Purple. HEX triplet: 91, 81 and DC. RGB value is (145,129,220). Sum of RGB (Red+Green+Blue) = 145+129+220=494 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.35% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #9181DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9181DC is #6E7E23. Grayscale: #8F8F8F. Windows color (decimal): -7241252 or 14451089. OLE color: 14451089.

HSL color Cylindrical-coordinate representation of color #9181DC: hue angle of 250.55º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9181DC is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145129220-
CMYK0.340.4100.14
HSL250.55º56.52%68.43%-
HSV(B)250.55º41.36%86.27%-
XYZ32.4526.8971.19-
YUV144.16170.8128.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.35%
GREEN value IS 129 (50.78% from 255) = 26.11%
BLUE value IS 220 (86.33% from 255) = 44.53%
R=29.35%
G=26.11%
B=44.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451292200.340.4100.14250.5556.5268.43
Hex9181DC22290Efb3944
Octal221201334425101637371104
Binary10010001100000011101110010001010100101110111110111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9181DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9181DC; }

 p { color: rgb(145,129,220); }

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

<style>
 a { background-color: #9181DC; }

 a { background-color: rgb(145,129,220); }

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

<style>
 span { border-color: #9181DC; }

 span { border-color: rgb(145,129,220); }

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