#927FD6

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

Shades of Medium Purple #927FD6

Tints of Medium Purple #927FD6

Color information

#927FD6 (or 0x927FD6) is unknown color: approx Medium Purple. HEX triplet: 92, 7F and D6. RGB value is (146,127,214). Sum of RGB (Red+Green+Blue) = 146+127+214=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #927FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927FD6 is #6D8029. Grayscale: #8E8E8E. Windows color (decimal): -7176234 or 14057362. OLE color: 14057362.

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

Color convert

RGB146127214-
CMYK0.320.4100.16
HSL253.1º51.48%66.86%-
HSV(B)253.1º40.65%83.92%-
XYZ31.5826.1467-
YUV142.6168.29130.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.98%
GREEN value IS 127 (50% from 255) = 26.08%
BLUE value IS 214 (83.98% from 255) = 43.94%
R=29.98%
G=26.08%
B=43.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1461272140.320.4100.16253.151.4866.86
Hex927FD62029010fd3343
Octal222177326405102037563103
Binary10010010111111111010110100000101001010000111111011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,127,214); }

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

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

 a { background-color: rgb(146,127,214); }

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

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

 span { border-color: rgb(146,127,214); }

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