#9170DF

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

Shades of Medium Purple #9170DF

Tints of Medium Purple #9170DF

Color information

#9170DF (or 0x9170DF) is unknown color: approx Medium Purple. HEX triplet: 91, 70 and DF. RGB value is (145,112,223). Sum of RGB (Red+Green+Blue) = 145+112+223=480 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.21% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #9170DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9170DF is #6E8F20. Grayscale: #868686. Windows color (decimal): -7245601 or 14643345. OLE color: 14643345.

HSL color Cylindrical-coordinate representation of color #9170DF: hue angle of 257.84º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9170DF is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB145112223-
CMYK0.350.5000.13
HSL257.84º63.43%65.69%-
HSV(B)257.84º49.78%87.45%-
XYZ30.7922.9472.62-
YUV134.52177.93135.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.21%
GREEN value IS 112 (44.14% from 255) = 23.33%
BLUE value IS 223 (87.5% from 255) = 46.46%
R=30.21%
G=23.33%
B=46.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451122230.350.5000.13257.8463.4365.69
Hex9170DF23320D1023f42
Octal221160337436201540277102
Binary10010001111000011011111100011110010011011000000101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9170DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9170DF; }

 p { color: rgb(145,112,223); }

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

<style>
 a { background-color: #9170DF; }

 a { background-color: rgb(145,112,223); }

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

<style>
 span { border-color: #9170DF; }

 span { border-color: rgb(145,112,223); }

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