#9167DD

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

Shades of Medium Purple #9167DD

Tints of Medium Purple #9167DD

Color information

#9167DD (or 0x9167DD) is unknown color: approx Medium Purple. HEX triplet: 91, 67 and DD. RGB value is (145,103,221). Sum of RGB (Red+Green+Blue) = 145+103+221=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #9167DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9167DD is #6E9822. Grayscale: #808080. Windows color (decimal): -7247907 or 14509969. OLE color: 14509969.

HSL color Cylindrical-coordinate representation of color #9167DD: hue angle of 261.36º degrees, saturation: 0.63, 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 #9167DD is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145103221-
CMYK0.340.5300.13
HSL261.36º63.44%63.53%-
HSV(B)261.36º53.39%86.67%-
XYZ29.5820.9470.89-
YUV129.01179.91139.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.92%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 221 (86.72% from 255) = 47.12%
R=30.92%
G=21.96%
B=47.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451032210.340.5300.13261.3663.4463.53
Hex9167DD22350D1053f40
Octal221147335426501540577100
Binary10010001110011111011101100010110101011011000001011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9167DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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