#927DEC

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

Shades of Medium Purple #927DEC

Tints of Medium Purple #927DEC

Color information

#927DEC (or 0x927DEC) is unknown color: approx Medium Purple. HEX triplet: 92, 7D and EC. RGB value is (146,125,236). Sum of RGB (Red+Green+Blue) = 146+125+236=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #927DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #927DEC is #6D8213. Grayscale: #8F8F8F. Windows color (decimal): -7176724 or 15498642. OLE color: 15498642.

HSL color Cylindrical-coordinate representation of color #927DEC: hue angle of 251.35º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #927DEC is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB146125236-
CMYK0.380.4700.07
HSL251.35º74.5%70.78%-
HSV(B)251.35º47.03%92.55%-
XYZ34.3326.8382.73-
YUV143.93179.96129.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.80%
GREEN value IS 125 (49.22% from 255) = 24.65%
BLUE value IS 236 (92.58% from 255) = 46.55%
R=28.80%
G=24.65%
B=46.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1461252360.380.4700.07251.3574.570.78
Hex927DEC262F07fb4a47
Octal222175354465707373112107
Binary1001001011111011110110010011010111101111111101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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