#9179DC

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

Shades of Medium Purple #9179DC

Tints of Medium Purple #9179DC

Color information

#9179DC (or 0x9179DC) is unknown color: approx Medium Purple. HEX triplet: 91, 79 and DC. RGB value is (145,121,220). Sum of RGB (Red+Green+Blue) = 145+121+220=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #9179DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9179DC is #6E8623. Grayscale: #8B8B8B. Windows color (decimal): -7243300 or 14449041. OLE color: 14449041.

HSL color Cylindrical-coordinate representation of color #9179DC: hue angle of 254.55º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9179DC is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145121220-
CMYK0.340.4500.14
HSL254.55º58.58%66.86%-
HSV(B)254.55º45%86.27%-
XYZ31.4324.8670.85-
YUV139.46173.45131.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.84%
GREEN value IS 121 (47.66% from 255) = 24.90%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=29.84%
G=24.90%
B=45.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451212200.340.4500.14254.5558.5866.86
Hex9179DC222D0Eff3b43
Octal221171334425501637773103
Binary1001000111110011101110010001010110101110111111111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9179DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9179DC; }

 p { color: rgb(145,121,220); }

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

<style>
 a { background-color: #9179DC; }

 a { background-color: rgb(145,121,220); }

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

<style>
 span { border-color: #9179DC; }

 span { border-color: rgb(145,121,220); }

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