#927CD7

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

Shades of Medium Purple #927CD7

Tints of Medium Purple #927CD7

Color information

#927CD7 (or 0x927CD7) is unknown color: approx Medium Purple. HEX triplet: 92, 7C and D7. RGB value is (146,124,215). Sum of RGB (Red+Green+Blue) = 146+124+215=485 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.10% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 215 (84.38% from 255 or 44.33% from 485); Max value from RGB is 215 - color contains mainly: blue. Hex color #927CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927CD7 is #6D8328. Grayscale: #8C8C8C. Windows color (decimal): -7177001 or 14122130. OLE color: 14122130.

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

Color convert

RGB146124215-
CMYK0.320.4200.16
HSL254.51º53.22%66.47%-
HSV(B)254.51º42.33%84.31%-
XYZ31.3325.4367.55-
YUV140.95169.79131.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.10%
GREEN value IS 124 (48.83% from 255) = 25.57%
BLUE value IS 215 (84.38% from 255) = 44.33%
R=30.10%
G=25.57%
B=44.33%

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
Decimal1461242150.320.4200.16254.5153.2266.47
Hex927CD7202A010ff3542
Octal222174327405202037765102
Binary10010010111110011010111100000101010010000111111111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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