#917DDC

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

Shades of Medium Purple #917DDC

Tints of Medium Purple #917DDC

Color information

#917DDC (or 0x917DDC) is unknown color: approx Medium Purple. HEX triplet: 91, 7D and DC. RGB value is (145,125,220). Sum of RGB (Red+Green+Blue) = 145+125+220=490 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.59% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #917DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DDC is #6E8223. Grayscale: #8D8D8D. Windows color (decimal): -7242276 or 14450065. OLE color: 14450065.

HSL color Cylindrical-coordinate representation of color #917DDC: hue angle of 252.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #917DDC is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB145125220-
CMYK0.340.4300.14
HSL252.63º57.58%67.65%-
HSV(B)252.63º43.18%86.27%-
XYZ31.9325.8571.02-
YUV141.81172.13130.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 29.59%
GREEN value IS 125 (49.22% from 255) = 25.51%
BLUE value IS 220 (86.33% from 255) = 44.90%
R=29.59%
G=25.51%
B=44.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1451252200.340.4300.14252.6357.5867.65
Hex917DDC222B0Efd3a44
Octal221175334425301637572104
Binary1001000111111011101110010001010101101110111111011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917DDC; }

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

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

<style>
 a { background-color: #917DDC; }

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

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

<style>
 span { border-color: #917DDC; }

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

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