#9174DD

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

Shades of Medium Purple #9174DD

Tints of Medium Purple #9174DD

Color information

#9174DD (or 0x9174DD) is unknown color: approx Medium Purple. HEX triplet: 91, 74 and DD. RGB value is (145,116,221). Sum of RGB (Red+Green+Blue) = 145+116+221=482 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.08% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #9174DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9174DD is #6E8B22. Grayscale: #888888. Windows color (decimal): -7244579 or 14513297. OLE color: 14513297.

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

Color convert

RGB145116221-
CMYK0.340.4800.13
HSL256.57º60.69%66.08%-
HSV(B)256.57º47.51%86.67%-
XYZ30.9723.7371.35-
YUV136.64175.61133.96-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.08%
GREEN value IS 116 (45.70% from 255) = 24.07%
BLUE value IS 221 (86.72% from 255) = 45.85%
R=30.08%
G=24.07%
B=45.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1451162210.340.4800.13256.5760.6966.08
Hex9174DD22300D1013d42
Octal221164335426001540175102
Binary10010001111010011011101100010110000011011000000011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9174DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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