#927DDC

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

Shades of Medium Purple #927DDC

Tints of Medium Purple #927DDC

Color information

#927DDC (or 0x927DDC) is unknown color: approx Medium Purple. HEX triplet: 92, 7D and DC. RGB value is (146,125,220). Sum of RGB (Red+Green+Blue) = 146+125+220=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #927DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DDC is #6D8223. Grayscale: #8D8D8D. Windows color (decimal): -7176740 or 14450066. OLE color: 14450066.

HSL color Cylindrical-coordinate representation of color #927DDC: hue angle of 253.26º 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 #927DDC is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB146125220-
CMYK0.340.4300.14
HSL253.26º57.58%67.65%-
HSV(B)253.26º43.18%86.27%-
XYZ32.1125.9571.03-
YUV142.11171.96130.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.74%
GREEN value IS 125 (49.22% from 255) = 25.46%
BLUE value IS 220 (86.33% from 255) = 44.81%
R=29.74%
G=25.46%
B=44.81%

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
Decimal1461252200.340.4300.14253.2657.5867.65
Hex927DDC222B0Efd3a44
Octal222175334425301637572104
Binary1001001011111011101110010001010101101110111111011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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