#9169DE

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

Shades of Medium Purple #9169DE

Tints of Medium Purple #9169DE

Color information

#9169DE (or 0x9169DE) is unknown color: approx Medium Purple. HEX triplet: 91, 69 and DE. RGB value is (145,105,222). Sum of RGB (Red+Green+Blue) = 145+105+222=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #9169DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9169DE is #6E9621. Grayscale: #818181. Windows color (decimal): -7247394 or 14576017. OLE color: 14576017.

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

Color convert

RGB145105222-
CMYK0.350.5300.13
HSL260.51º63.93%64.12%-
HSV(B)260.51º52.7%87.06%-
XYZ29.9121.471.66-
YUV130.3179.75138.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.72%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 222 (87.11% from 255) = 47.03%
R=30.72%
G=22.25%
B=47.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451052220.350.5300.13260.5163.9364.12
Hex9169DE23350D1054040
Octal2211513364365015405100100
Binary100100011101001110111101000111101010110110000010110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9169DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,105,222); }

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

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

 a { background-color: rgb(145,105,222); }

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

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

 span { border-color: rgb(145,105,222); }

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