#927edf

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

Shades of Medium Purple #927EDF

Tints of Medium Purple #927EDF

Color information

#927EDF (or 0x927EDF) is unknown color: approx Medium Purple. HEX triplet: 92, 7E and DF. RGB value is (146,126,223). Sum of RGB (Red+Green+Blue) = 146+126+223=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #927EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927EDF is #6D8120. Grayscale: #8E8E8E. Windows color (decimal): -7176481 or 14646930. OLE color: 14646930.

HSL color Cylindrical-coordinate representation of color #927EDF: hue angle of 252.37º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #927EDF is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB146126223-
CMYK0.350.4300.13
HSL252.37º60.25%68.43%-
HSV(B)252.37º43.5%87.45%-
XYZ32.6326.3673.18-
YUV143.04173.13130.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.49%
GREEN value IS 126 (49.61% from 255) = 25.45%
BLUE value IS 223 (87.5% from 255) = 45.05%
R=29.49%
G=25.45%
B=45.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1461262230.350.4300.13252.3760.2568.43
Hex927EDF232B0Dfc3c44
Octal222176337435301537474104
Binary1001001011111101101111110001110101101101111111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927edf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,126,223); }

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

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

 a { background-color: rgb(146,126,223); }

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

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

 span { border-color: rgb(146,126,223); }

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