#9166DD

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

Shades of Medium Purple #9166DD

Tints of Medium Purple #9166DD

Color information

#9166DD (or 0x9166DD) is unknown color: approx Medium Purple. HEX triplet: 91, 66 and DD. RGB value is (145,102,221). Sum of RGB (Red+Green+Blue) = 145+102+221=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #9166DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9166DD is #6E9922. Grayscale: #7F7F7F. Windows color (decimal): -7248163 or 14509713. OLE color: 14509713.

HSL color Cylindrical-coordinate representation of color #9166DD: hue angle of 261.68º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9166DD is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145102221-
CMYK0.340.5400.13
HSL261.68º63.64%63.33%-
HSV(B)261.68º53.85%86.67%-
XYZ29.4820.7470.86-
YUV128.42180.25139.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.98%
GREEN value IS 102 (40.23% from 255) = 21.79%
BLUE value IS 221 (86.72% from 255) = 47.22%
R=30.98%
G=21.79%
B=47.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451022210.340.5400.13261.6863.6463.33
Hex9166DD22360D106403f
Octal221146335426601540610077
Binary10010001110011011011101100010110110011011000001101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9166DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9166DD; }

 p { color: rgb(145,102,221); }

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

<style>
 a { background-color: #9166DD; }

 a { background-color: rgb(145,102,221); }

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

<style>
 span { border-color: #9166DD; }

 span { border-color: rgb(145,102,221); }

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