#927DD7

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

Shades of Medium Purple #927DD7

Tints of Medium Purple #927DD7

Color information

#927DD7 (or 0x927DD7) is unknown color: approx Medium Purple. HEX triplet: 92, 7D and D7. RGB value is (146,125,215). Sum of RGB (Red+Green+Blue) = 146+125+215=486 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.04% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #927DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927DD7 is #6D8228. Grayscale: #8D8D8D. Windows color (decimal): -7176745 or 14122386. OLE color: 14122386.

HSL color Cylindrical-coordinate representation of color #927DD7: hue angle of 254º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #927DD7 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB146125215-
CMYK0.320.4200.16
HSL254º52.94%66.67%-
HSV(B)254º41.86%84.31%-
XYZ31.4525.6867.59-
YUV141.54169.46131.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.04%
GREEN value IS 125 (49.22% from 255) = 25.72%
BLUE value IS 215 (84.38% from 255) = 44.24%
R=30.04%
G=25.72%
B=44.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461252150.320.4200.1625452.9466.67
Hex927DD7202A010fe3543
Octal222175327405202037665103
Binary10010010111110111010111100000101010010000111111101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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